Home
last modified time | relevance | path

Searched refs:parent_dir (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c283 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr) in hypfs_create_phys_files() argument
289 cpus_dir = hypfs_mkdir(parent_dir, "cpus"); in hypfs_create_phys_files()
/linux/fs/afs/
H A Ddir.c1059 static int afs_d_revalidate(struct inode *parent_dir, const struct qstr *name, in afs_d_revalidate() argument
1062 struct afs_vnode *vnode, *dir = AFS_FS_I(parent_dir); in afs_d_revalidate()
/linux/fs/nfs/
H A Dpnfs.c1117 struct dentry *parent_dir = dget_parent(ctx->dentry); in pnfs_find_server() local
1118 server = NFS_SERVER(parent_dir->d_inode); in pnfs_find_server()
1119 dput(parent_dir); in pnfs_find_server()