Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 186) sorted by relevance

12345678

/fs/sysfs/
Ddir.c22 void sysfs_warn_dup(struct kernfs_node *parent, const char *name) in sysfs_warn_dup()
43 struct kernfs_node *parent, *kn; in sysfs_create_dir_ns() local
104 struct kernfs_node *parent; in sysfs_rename_dir_ns() local
132 struct kernfs_node *kn, *parent = parent_kobj->sd; in sysfs_create_mount_point() local
153 struct kernfs_node *parent = parent_kobj->sd; in sysfs_remove_mount_point() local
Dgroup.c21 static void remove_files(struct kernfs_node *parent, in remove_files()
35 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files()
229 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local
285 struct kernfs_node *parent; in sysfs_merge_group() local
314 struct kernfs_node *parent; in sysfs_unmerge_group() local
336 struct kernfs_node *parent; in sysfs_add_link_to_group() local
359 struct kernfs_node *parent; in sysfs_remove_link_from_group() local
Dsymlink.c21 static int sysfs_do_create_link_sd(struct kernfs_node *parent, in sysfs_do_create_link_sd()
70 struct kernfs_node *parent = NULL; in sysfs_do_create_link() local
144 struct kernfs_node *parent = NULL; in sysfs_remove_link() local
168 struct kernfs_node *parent, *kn = NULL; in sysfs_rename_link_ns() local
Dfile.c248 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns()
317 int sysfs_add_file(struct kernfs_node *parent, const struct attribute *attr, in sysfs_add_file()
362 struct kernfs_node *parent; in sysfs_add_file_to_group() local
421 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_ns() local
436 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_self() local
467 struct kernfs_node *parent; in sysfs_remove_file_from_group() local
/fs/debugfs/
Dinode.c251 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
304 struct dentry *parent, void *data, in __debugfs_create_file()
361 struct dentry *parent, void *data, in debugfs_create_file()
400 struct dentry *parent, void *data, in debugfs_create_file_unsafe()
439 struct dentry *parent, void *data, in debugfs_create_file_size()
469 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
506 struct dentry *parent, in debugfs_create_automount()
556 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
584 static int __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove()
617 struct dentry *parent; in debugfs_remove() local
[all …]
Dfile.c314 struct dentry *parent, void *value, in debugfs_create_mode_unsafe()
370 struct dentry *parent, u8 *value) in debugfs_create_u8()
416 struct dentry *parent, u16 *value) in debugfs_create_u16()
462 struct dentry *parent, u32 *value) in debugfs_create_u32()
509 struct dentry *parent, u64 *value) in debugfs_create_u64()
558 struct dentry *parent, unsigned long *value) in debugfs_create_ulong()
604 struct dentry *parent, u8 *value) in debugfs_create_x8()
622 struct dentry *parent, u16 *value) in debugfs_create_x16()
640 struct dentry *parent, u32 *value) in debugfs_create_x32()
658 struct dentry *parent, u64 *value) in debugfs_create_x64()
[all …]
/fs/kernfs/
Ddir.c269 struct kernfs_node *parent; in kernfs_get_parent() local
339 struct rb_node *parent = NULL; in kernfs_link_sibling() local
497 struct kernfs_node *parent; in kernfs_put() local
645 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
673 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local
737 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
770 static struct kernfs_node *kernfs_walk_ns(struct kernfs_node *parent, in kernfs_walk_ns()
812 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
836 struct kernfs_node *kernfs_walk_and_get_ns(struct kernfs_node *parent, in kernfs_walk_and_get_ns()
915 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns()
[all …]
Dsymlink.c25 struct kernfs_node *kernfs_create_link(struct kernfs_node *parent, in kernfs_create_link()
49 static int kernfs_get_target_path(struct kernfs_node *parent, in kernfs_get_target_path()
104 struct kernfs_node *parent = kn->parent; in kernfs_getlink() local
/fs/orangefs/
Dnamei.c22 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_create() local
104 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_lookup() local
220 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_unlink() local
265 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_symlink() local
342 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_mkdir() local
/fs/proc/
Dgeneric.c79 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
355 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
400 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
427 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
451 struct proc_dir_entry *parent) in proc_mkdir_mode()
458 struct proc_dir_entry *parent) in proc_mkdir()
467 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
485 struct proc_dir_entry *parent, in proc_create_data()
549 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
583 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()
/fs/exportfs/
Dexpfs.c76 struct dentry *parent = dget_parent(dentry); in dentry_connected() local
93 struct dentry *parent = dget_parent(dentry); in clear_disconnected() local
122 struct dentry *parent; in reconnect_one() local
211 struct dentry *dentry, *parent; in reconnect_path() local
355 int *max_len, struct inode *parent) in export_encode_fh()
382 int *max_len, struct inode *parent) in exportfs_encode_inode_fh()
398 struct inode *inode = dentry->d_inode, *parent = NULL; in exportfs_encode_fh() local
/fs/sdcardfs/
Dderived_perm.c24 static void inherit_derived_state(struct inode *parent, struct inode *child) in inherit_derived_state()
54 void get_derived_permission_new(struct dentry *parent, struct dentry *dentry, in get_derived_permission_new()
144 void get_derived_permission(struct dentry *parent, struct dentry *dentry) in get_derived_permission()
331 struct dentry *parent; in update_derived_permission_lock() local
354 struct dentry *parent = dget_parent(dentry); in need_graft_path() local
418 struct dentry *parent = dget_parent(dentry); in is_base_obbpath() local
/fs/tracefs/
Dinode.c317 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
393 struct dentry *parent, void *data, in tracefs_create_file()
419 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir()
461 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir()
483 struct dentry *tracefs_create_instance_dir(const char *name, struct dentry *parent, in tracefs_create_instance_dir()
503 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
537 struct dentry *parent; in tracefs_remove() local
561 struct dentry *child, *parent; in tracefs_remove_recursive() local
/fs/
Ddcache.c115 static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent, in in_lookup_hash()
505 static inline void dentry_unlist(struct dentry *dentry, struct dentry *parent) in dentry_unlist()
545 struct dentry *parent = NULL; in __dentry_kill() local
599 struct dentry *parent = NULL; in dentry_kill() local
623 struct dentry *parent = dentry->d_parent; in lock_parent() local
963 struct dentry *parent = lock_parent(dentry); in d_prune_aliases() local
980 struct dentry *dentry, *parent; in shrink_dentry_list() local
1207 static void d_walk(struct dentry *parent, void *data, in d_walk()
1339 int have_submounts(struct dentry *parent) in have_submounts()
1441 void shrink_dcache_parent(struct dentry *parent) in shrink_dcache_parent()
[all …]
Dpnode.c249 struct mount *parent = last_source->mnt_parent; in propagate_one() local
381 struct mount *parent = mnt->mnt_parent; in propagate_mount_busy() local
423 struct mount *parent = mnt->mnt_parent; in propagate_mount_unlock() local
509 struct mount *mnt, *parent; in restore_mounts() local
553 struct mount *parent = mnt->mnt_parent; in propagate_umount() local
/fs/ocfs2/
Dexport.c149 struct dentry *parent; in ocfs2_get_parent() local
181 struct inode *parent) in ocfs2_encode_fh()
255 struct ocfs2_inode_handle parent; in ocfs2_fh_to_parent() local
Dblockcheck.c243 struct dentry *parent, in blockcheck_debugfs_create()
265 struct dentry *parent) in ocfs2_blockcheck_debug_install()
301 struct dentry *parent) in ocfs2_blockcheck_debug_install()
313 struct dentry *parent) in ocfs2_blockcheck_stats_debugfs_install()
/fs/gfs2/
Dexport.c32 struct inode *parent) in gfs2_encode_fh()
88 static int gfs2_get_name(struct dentry *parent, char *name, in gfs2_get_name()
172 struct gfs2_inum_host parent; in gfs2_fh_to_parent() local
/fs/ubifs/
Dlpt.c559 struct ubifs_nnode *parent, int iip) in calc_nnode_num_from_parent()
584 struct ubifs_nnode *parent, int iip) in calc_pnode_num_from_parent()
1095 struct ubifs_nnode *parent, int iip) in validate_nnode()
1139 struct ubifs_nnode *parent, int iip) in validate_pnode()
1193 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in ubifs_read_nnode()
1261 static int read_pnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in read_pnode()
1395 struct ubifs_nnode *parent, int iip) in ubifs_get_nnode()
1421 struct ubifs_nnode *parent, int iip) in ubifs_get_pnode()
1793 struct ubifs_nnode *parent, int iip) in scan_get_nnode()
1852 struct ubifs_nnode *parent, int iip) in scan_get_pnode()
[all …]
/fs/fscache/
Dobject.c152 struct fscache_object *parent = object->parent; in fscache_done_parent_op() local
369 struct fscache_object *parent; in fscache_initialise_object() local
424 struct fscache_object *parent = object->parent; in fscache_parent_ready() local
449 struct fscache_object *parent = object->parent; in fscache_look_up_object() local
696 struct fscache_object *parent = object->parent; in fscache_drop_object() local
/fs/btrfs/tests/
Dqgroup-tests.c28 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref()
81 u64 parent, u64 root_objectid) in add_tree_ref()
165 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref()
/fs/autofs4/
Droot.c161 struct dentry *parent = dentry->d_parent; in autofs4_lookup_active() local
216 struct dentry *parent = dentry->d_parent; in autofs4_lookup_expiring() local
321 struct dentry *parent = dentry->d_parent; in autofs4_mountpoint_changed() local
655 struct dentry *parent; in autofs_set_leaf_automount_flags() local
673 struct dentry *parent; in autofs_clear_leaf_automount_flags() local
/fs/crypto/
Dpolicy.c156 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context()
237 int fscrypt_inherit_context(struct inode *parent, struct inode *child, in fscrypt_inherit_context()
/fs/hfsplus/
Dcatalog.c43 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key()
60 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid()
67 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
/fs/ext2/
Dialloc.c204 static int find_group_dir(struct super_block *sb, struct inode *parent) in find_group_dir()
258 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov()
370 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other()

12345678