Home
last modified time | relevance | path

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

12345

/fs/debugfs/
Dfile.c96 struct dentry *parent, u8 *value) in debugfs_create_u8()
139 struct dentry *parent, u16 *value) in debugfs_create_u16()
182 struct dentry *parent, u32 *value) in debugfs_create_u32()
226 struct dentry *parent, u64 *value) in debugfs_create_u64()
257 struct dentry *parent, u8 *value) in debugfs_create_x8()
274 struct dentry *parent, u16 *value) in debugfs_create_x16()
291 struct dentry *parent, u32 *value) in debugfs_create_x32()
322 struct dentry *parent, size_t *value) in debugfs_create_size_t()
402 struct dentry *parent, u32 *value) in debugfs_create_bool()
446 struct dentry *parent, in debugfs_create_blob()
Dinode.c140 struct dentry *parent, in debugfs_create_by_name()
210 struct dentry *parent, void *data, in debugfs_create_file()
259 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
290 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
308 static void __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove()
348 struct dentry *parent; in debugfs_remove() local
379 struct dentry *parent; in debugfs_remove_recursive() local
/fs/proc/
Dgeneric.c559 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
599 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
624 struct proc_dir_entry *parent) in proc_mkdir_mode()
639 struct proc_dir_entry *parent) in proc_net_mkdir()
656 struct proc_dir_entry *parent) in proc_mkdir()
662 struct proc_dir_entry *parent) in create_proc_entry()
690 struct proc_dir_entry *parent, in proc_create_data()
740 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
/fs/ocfs2/
Dexport.c83 struct dentry *parent; in ocfs2_get_parent() local
151 struct inode *parent; in ocfs2_encode_fh() local
196 struct ocfs2_inode_handle parent; in ocfs2_fh_to_parent() local
/fs/
Ddcache.c171 struct dentry *parent; in d_kill() local
620 struct dentry *parent; in shrink_dcache_for_umount_subtree() local
757 int have_submounts(struct dentry *parent) in have_submounts()
809 static int select_parent(struct dentry * parent) in select_parent()
870 void shrink_dcache_parent(struct dentry * parent) in shrink_dcache_parent()
916 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc()
971 struct dentry *d_alloc_name(struct dentry *parent, const char *name) in d_alloc_name()
1110 static inline struct hlist_head *d_hash(struct dentry *parent, in d_hash()
1357 struct dentry * d_lookup(struct dentry * parent, struct qstr * name) in d_lookup()
1371 struct dentry * __d_lookup(struct dentry * parent, struct qstr * name) in __d_lookup()
[all …]
Dpnode.c297 struct vfsmount *parent = mnt->mnt_parent; in propagate_mount_busy() local
327 struct vfsmount *parent = mnt->mnt_parent; in __propagate_umount() local
/fs/nfsd/
Dnfs4recover.c192 struct dentry *parent; member
201 struct dentry *parent = dla->parent; in nfsd4_build_dentrylist() local
352 purge_old(struct dentry *parent, struct dentry *child) in purge_old()
387 load_recdir(struct dentry *parent, struct dentry *child) in load_recdir()
Dnfsfh.c44 struct dentry *parent; in nfsd_acceptable() local
419 struct dentry *parent = dentry->d_parent; in fh_compose() local
/fs/smbfs/
Dcache.c59 smb_invalidate_dircache_entries(struct dentry *parent) in smb_invalidate_dircache_entries()
81 smb_dget_fpos(struct dentry *dentry, struct dentry *parent, unsigned long fpos) in smb_dget_fpos()
/fs/ubifs/
Dlpt.c558 struct ubifs_nnode *parent, int iip) in calc_nnode_num_from_parent()
583 struct ubifs_nnode *parent, int iip) in calc_pnode_num_from_parent()
1096 struct ubifs_nnode *parent, int iip) in validate_nnode()
1140 struct ubifs_nnode *parent, int iip) in validate_pnode()
1194 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()
1389 struct ubifs_nnode *parent, int iip) in ubifs_get_nnode()
1415 struct ubifs_nnode *parent, int iip) in ubifs_get_pnode()
1784 struct ubifs_nnode *parent, int iip) in scan_get_nnode()
1843 struct ubifs_nnode *parent, int iip) in scan_get_pnode()
[all …]
/fs/ext2/
Dialloc.c212 static int find_group_dir(struct super_block *sb, struct inode *parent) in find_group_dir()
266 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov()
378 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other()
/fs/ext3/
Dialloc.c200 static int find_group_dir(struct super_block *sb, struct inode *parent) in find_group_dir()
254 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov()
352 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other()
/fs/adfs/
Ddir.c206 adfs_hash(struct dentry *parent, struct qstr *qstr) in adfs_hash()
242 adfs_compare(struct dentry *parent, struct qstr *entry, struct qstr *name) in adfs_compare()
/fs/ext4/
Dialloc.c310 static int find_group_dir(struct super_block *sb, struct inode *parent, in find_group_dir()
341 static int find_group_flex(struct super_block *sb, struct inode *parent, in find_group_flex()
441 static int find_group_orlov(struct super_block *sb, struct inode *parent, in find_group_orlov()
544 static int find_group_other(struct super_block *sb, struct inode *parent, in find_group_other()
/fs/fuse/
Dcontrol.c74 static struct dentry *fuse_ctl_add_dentry(struct dentry *parent, in fuse_ctl_add_dentry()
114 struct dentry *parent; in fuse_ctl_add_conn() local
/fs/jfs/
Djfs_inode.c72 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc()
/fs/nfs/
Dunlink.c110 static int nfs_do_call_unlink(struct dentry *parent, struct inode *dir, struct nfs_unlinkdata *data) in nfs_do_call_unlink()
168 struct dentry *parent; in nfs_call_unlink() local
/fs/gfs2/
Dops_export.c90 static int gfs2_get_name(struct dentry *parent, char *name, in gfs2_get_name()
263 struct gfs2_inum_host parent; in gfs2_fh_to_parent() local
Dops_dentry.c39 struct dentry *parent = dget_parent(dentry); in gfs2_drevalidate() local
/fs/hfsplus/
Dbrec.c166 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
328 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
Dcatalog.c42 u32 parent, struct qstr *str) in hfsplus_cat_build_key()
57 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
/fs/hfs/
Dbrec.c179 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
353 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
/fs/autofs4/
Droot.c363 static struct dentry *autofs4_lookup_active(struct autofs_sb_info *sbi, struct dentry *parent, stru… in autofs4_lookup_active()
415 static struct dentry *autofs4_lookup_expiring(struct autofs_sb_info *sbi, struct dentry *parent, st… in autofs4_lookup_expiring()
588 struct dentry *parent = dentry->d_parent; in autofs4_lookup() local
/fs/btrfs/
Dextent-tree.c43 u64 parent; member
81 struct rb_node *parent = NULL; in btrfs_add_block_group_cache() local
519 u64 bytenr, u64 parent, in lookup_extent_backref()
810 u64 bytenr, u64 parent, in insert_extent_backref()
1177 u64 orig_parent, u64 parent, in __btrfs_update_extent_ref()
1255 u64 orig_parent, u64 parent, in btrfs_update_extent_ref()
1272 u64 orig_parent, u64 parent, in __btrfs_inc_extent_ref()
1334 u64 bytenr, u64 num_bytes, u64 parent, in btrfs_inc_extent_ref()
2711 u64 bytenr, u64 num_bytes, u64 parent, in __free_extent()
2986 u64 bytenr, u64 num_bytes, u64 parent, in __btrfs_free_extent()
[all …]
Dctree.c265 struct extent_buffer *parent, int parent_slot, in __btrfs_cow_block()
415 struct extent_buffer *parent, int parent_slot, in btrfs_cow_block()
518 struct btrfs_root *root, struct extent_buffer *parent, in btrfs_realloc_node()
661 struct extent_buffer *parent = NULL; in check_node() local
706 struct extent_buffer *parent = NULL; in check_leaf() local
876 struct extent_buffer *parent, int slot) in read_node_slot()
903 struct extent_buffer *parent = NULL; in balance_level() local
1139 struct extent_buffer *parent = NULL; in push_nodes_for_insert() local
1338 struct extent_buffer *parent; in reada_for_balance() local
1760 struct extent_buffer *parent; in btrfs_merge_path() local
[all …]

12345