/fs/sysfs/ |
D | group.c | 21 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() 211 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local 267 struct kernfs_node *parent; in sysfs_merge_group() local 296 struct kernfs_node *parent; in sysfs_unmerge_group() local 318 struct kernfs_node *parent; in sysfs_add_link_to_group() local 341 struct kernfs_node *parent; in sysfs_remove_link_from_group() local
|
D | symlink.c | 21 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
|
D | dir.c | 22 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
|
D | file.c | 206 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns() 266 int sysfs_add_file(struct kernfs_node *parent, const struct attribute *attr, in sysfs_add_file() 311 struct kernfs_node *parent; in sysfs_add_file_to_group() local 370 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_ns() local 385 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_self() local 416 struct kernfs_node *parent; in sysfs_remove_file_from_group() local
|
/fs/debugfs/ |
D | file.c | 95 struct dentry *parent, u8 *value) in debugfs_create_u8() 147 struct dentry *parent, u16 *value) in debugfs_create_u16() 199 struct dentry *parent, u32 *value) in debugfs_create_u32() 252 struct dentry *parent, u64 *value) in debugfs_create_u64() 298 struct dentry *parent, u8 *value) in debugfs_create_x8() 322 struct dentry *parent, u16 *value) in debugfs_create_x16() 346 struct dentry *parent, u32 *value) in debugfs_create_x32() 370 struct dentry *parent, u64 *value) in debugfs_create_x64() 401 struct dentry *parent, size_t *value) in debugfs_create_size_t() 434 struct dentry *parent, atomic_t *value) in debugfs_create_atomic_t() [all …]
|
D | inode.c | 250 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() 322 struct dentry *parent, void *data, in debugfs_create_file() 367 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() 404 struct dentry *parent, in debugfs_create_automount() 450 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink() 478 static int __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove() 510 struct dentry *parent; in debugfs_remove() local 542 struct dentry *child, *parent; in debugfs_remove_recursive() local
|
/fs/kernfs/ |
D | dir.c | 167 struct kernfs_node *parent; in kernfs_get_parent() local 233 struct rb_node *parent = NULL; in kernfs_link_sibling() local 391 struct kernfs_node *parent; in kernfs_put() local 541 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node() 569 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local 629 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns() 672 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns() 752 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns() 782 struct kernfs_node *parent = dentry->d_parent->d_fsdata; in kernfs_iop_lookup() local 819 struct kernfs_node *parent = dir->i_private; in kernfs_iop_mkdir() local [all …]
|
D | symlink.c | 25 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/exportfs/ |
D | expfs.c | 76 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 207 struct dentry *dentry, *parent; in reconnect_path() local 350 int *max_len, struct inode *parent) in export_encode_fh() 377 int *max_len, struct inode *parent) in exportfs_encode_inode_fh() 393 struct inode *inode = dentry->d_inode, *parent = NULL; in exportfs_encode_fh() local
|
/fs/proc/ |
D | generic.c | 315 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() 353 struct proc_dir_entry *parent, const char *dest) in proc_symlink() 379 struct proc_dir_entry *parent, void *data) in proc_mkdir_data() 399 struct proc_dir_entry *parent) in proc_mkdir_mode() 406 struct proc_dir_entry *parent) in proc_mkdir() 413 struct proc_dir_entry *parent, in proc_create_data() 474 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry() 514 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()
|
/fs/sdcardfs/ |
D | derived_perm.c | 24 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/ |
D | inode.c | 317 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() 508 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove() 542 struct dentry *parent; in tracefs_remove() local 569 struct dentry *child, *parent; in tracefs_remove_recursive() local
|
/fs/ocfs2/ |
D | export.c | 149 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
|
D | blockcheck.c | 243 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/ |
D | dcache.c | 105 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash() 475 struct dentry *parent = NULL; in __dentry_kill() local 536 struct dentry *parent = NULL; in dentry_kill() local 560 struct dentry *parent = dentry->d_parent; in lock_parent() local 893 struct dentry *parent = lock_parent(dentry); in d_prune_aliases() local 910 struct dentry *dentry, *parent; in shrink_dentry_list() local 1139 static void d_walk(struct dentry *parent, void *data, in d_walk() 1268 int have_submounts(struct dentry *parent) in have_submounts() 1367 void shrink_dcache_parent(struct dentry *parent) in shrink_dcache_parent() 1593 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() [all …]
|
D | pnode.c | 231 struct mount *parent = last_source->mnt_parent; in propagate_one() local 347 struct mount *parent = mnt->mnt_parent; in propagate_mount_busy() local 377 struct mount *parent = mnt->mnt_parent; in __propagate_umount() local
|
/fs/fscache/ |
D | object.c | 151 struct fscache_object *parent = object->parent; in fscache_done_parent_op() local 353 struct fscache_object *parent; in fscache_initialise_object() local 408 struct fscache_object *parent = object->parent; in fscache_parent_ready() local 433 struct fscache_object *parent = object->parent; in fscache_look_up_object() local 672 struct fscache_object *parent = object->parent; in fscache_drop_object() local
|
/fs/gfs2/ |
D | export.c | 32 struct inode *parent) in gfs2_encode_fh() 86 static int gfs2_get_name(struct dentry *parent, char *name, in gfs2_get_name() 181 struct gfs2_inum_host parent; in gfs2_fh_to_parent() local
|
/fs/ubifs/ |
D | lpt.c | 559 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() 1094 struct ubifs_nnode *parent, int iip) in validate_nnode() 1138 struct ubifs_nnode *parent, int iip) in validate_pnode() 1192 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in ubifs_read_nnode() 1260 static int read_pnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in read_pnode() 1394 struct ubifs_nnode *parent, int iip) in ubifs_get_nnode() 1420 struct ubifs_nnode *parent, int iip) in ubifs_get_pnode() 1794 struct ubifs_nnode *parent, int iip) in scan_get_nnode() 1853 struct ubifs_nnode *parent, int iip) in scan_get_pnode() [all …]
|
/fs/btrfs/tests/ |
D | qgroup-tests.c | 34 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref() 87 u64 parent, u64 root_objectid) in add_tree_ref() 171 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref()
|
/fs/autofs4/ |
D | root.c | 162 struct dentry *parent = dentry->d_parent; in autofs4_lookup_active() local 217 struct dentry *parent = dentry->d_parent; in autofs4_lookup_expiring() local 323 struct dentry *parent = dentry->d_parent; in autofs4_mountpoint_changed() local 659 struct dentry *parent; in autofs_set_leaf_automount_flags() local 678 struct dentry *parent; in autofs_clear_leaf_automount_flags() local
|
/fs/ext4/ |
D | crypto_policy.c | 148 int ext4_is_child_context_consistent_with_parent(struct inode *parent, in ext4_is_child_context_consistent_with_parent() 229 int ext4_inherit_context(struct inode *parent, struct inode *child) in ext4_inherit_context()
|
/fs/crypto/ |
D | policy.c | 156 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/ext2/ |
D | ialloc.c | 204 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()
|
/fs/efivarfs/ |
D | super.c | 48 static int efivarfs_d_compare(const struct dentry *parent, in efivarfs_d_compare() 92 static struct dentry *efivarfs_alloc_dentry(struct dentry *parent, char *name) in efivarfs_alloc_dentry()
|