Home
last modified time | relevance | path

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

12345678

/fs/debugfs/
Dfile.c46 struct dentry *parent, void *value, in debugfs_create_mode()
100 struct dentry *parent, u8 *value) in debugfs_create_u8()
146 struct dentry *parent, u16 *value) in debugfs_create_u16()
192 struct dentry *parent, u32 *value) in debugfs_create_u32()
239 struct dentry *parent, u64 *value) in debugfs_create_u64()
287 struct dentry *parent, unsigned long *value) in debugfs_create_ulong()
329 struct dentry *parent, u8 *value) in debugfs_create_x8()
347 struct dentry *parent, u16 *value) in debugfs_create_x16()
365 struct dentry *parent, u32 *value) in debugfs_create_x32()
383 struct dentry *parent, u64 *value) in debugfs_create_x64()
[all …]
Dinode.c250 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
329 struct dentry *parent, void *data, in debugfs_create_file()
384 struct dentry *parent, void *data, in debugfs_create_file_size()
414 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
451 struct dentry *parent, in debugfs_create_automount()
497 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
525 static int __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove()
558 struct dentry *parent; in debugfs_remove() local
591 struct dentry *child, *parent; in debugfs_remove_recursive() local
/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.c249 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns()
318 int sysfs_add_file(struct kernfs_node *parent, const struct attribute *attr, in sysfs_add_file()
363 struct kernfs_node *parent; in sysfs_add_file_to_group() local
466 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_ns() local
481 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_self() local
512 struct kernfs_node *parent; in sysfs_remove_file_from_group() local
/fs/kernfs/
Ddir.c190 struct kernfs_node *parent; in kernfs_get_parent() local
260 struct rb_node *parent = NULL; in kernfs_link_sibling() local
418 struct kernfs_node *parent; in kernfs_put() local
573 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
601 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local
664 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
707 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
787 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns()
819 struct kernfs_node *kernfs_create_empty_dir(struct kernfs_node *parent, in kernfs_create_empty_dir()
849 struct kernfs_node *parent = dentry->d_parent->d_fsdata; in kernfs_iop_lookup() local
[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()
107 struct kernfs_node *parent = kn->parent; in kernfs_getlink() 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()
398 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
425 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
449 struct proc_dir_entry *parent) in proc_mkdir_mode()
456 struct proc_dir_entry *parent) in proc_mkdir()
465 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
483 struct proc_dir_entry *parent, in proc_create_data()
547 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
581 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
208 struct dentry *dentry, *parent; in reconnect_path() local
352 int *max_len, struct inode *parent) in export_encode_fh()
379 int *max_len, struct inode *parent) in exportfs_encode_inode_fh()
395 struct inode *inode = dentry->d_inode, *parent = NULL; in exportfs_encode_fh() local
/fs/tracefs/
Dinode.c179 static void set_gid(struct dentry *parent, kgid_t gid) in set_gid()
389 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
465 struct dentry *parent, void *data, in tracefs_create_file()
493 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir()
538 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir()
560 struct dentry *tracefs_create_instance_dir(const char *name, struct dentry *parent, in tracefs_create_instance_dir()
580 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
614 struct dentry *parent; in tracefs_remove() local
641 struct dentry *child, *parent; in tracefs_remove_recursive() 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/
Dpnode.c249 struct mount *parent = last_source->mnt_parent; in propagate_one() local
380 struct mount *parent = mnt->mnt_parent; in propagate_mount_busy() local
422 struct mount *parent = mnt->mnt_parent; in propagate_mount_unlock() local
508 struct mount *mnt, *parent; in restore_mounts() local
552 struct mount *parent = mnt->mnt_parent; in propagate_umount() local
614 struct mount *parent = mnt->mnt_parent; in propagate_remount() local
Ddcache.c107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash()
529 struct dentry *parent = NULL; in __dentry_kill() local
590 struct dentry *parent = NULL; in dentry_kill() local
614 struct dentry *parent = dentry->d_parent; in lock_parent() local
952 struct dentry *parent = lock_parent(dentry); in d_prune_aliases() local
969 struct dentry *dentry, *parent; in shrink_dentry_list() local
1192 static void d_walk(struct dentry *parent, void *data, in d_walk()
1321 int have_submounts(struct dentry *parent) in have_submounts()
1423 void shrink_dcache_parent(struct dentry *parent) in shrink_dcache_parent()
1650 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc()
[all …]
/fs/ocfs2/
Dexport.c149 struct dentry *parent; in ocfs2_get_parent() local
209 struct inode *parent) in ocfs2_encode_fh()
283 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()
183 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.c35 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref()
88 u64 parent, u64 root_objectid) in add_tree_ref()
172 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
654 struct dentry *parent; in autofs_set_leaf_automount_flags() local
673 struct dentry *parent; in autofs_clear_leaf_automount_flags() local
/fs/ext4/
Dcrypto_policy.c146 int ext4_is_child_context_consistent_with_parent(struct inode *parent, in ext4_is_child_context_consistent_with_parent()
227 int ext4_inherit_context(struct inode *parent, struct inode *child) in ext4_inherit_context()
/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, 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.c205 static int find_group_dir(struct super_block *sb, struct inode *parent) in find_group_dir()
259 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov()
371 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other()

12345678