Searched refs:parent_dir (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ceph/ |
| H A D | inode.c | 1562 struct inode *parent_dir = NULL; in ceph_fill_trace() local 1580 parent_dir = ceph_get_reply_dir(sb, req->r_parent, rinfo); in ceph_fill_trace() 1581 if (unlikely(IS_ERR(parent_dir))) { in ceph_fill_trace() 1582 err = PTR_ERR(parent_dir); in ceph_fill_trace() 1585 if (parent_dir) { in ceph_fill_trace() 1586 err = ceph_fill_inode(parent_dir, NULL, &rinfo->diri, in ceph_fill_trace() 1595 if (parent_dir && req->r_op == CEPH_MDS_OP_LOOKUPNAME && in ceph_fill_trace() 1602 struct ceph_fname fname = { .dir = parent_dir, in ceph_fill_trace() 1611 parent = d_find_any_alias(parent_dir); in ceph_fill_trace() 1614 err = ceph_fname_alloc_buffer(parent_dir, &oname); in ceph_fill_trace() [all …]
|
| /linux/arch/s390/hypfs/ |
| H A D | hypfs_diag_fs.c | 280 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr) in hypfs_create_phys_files() argument 286 cpus_dir = hypfs_mkdir(parent_dir, "cpus"); in hypfs_create_phys_files()
|
| /linux/fs/nfs/ |
| H A D | pnfs.c | 1118 struct dentry *parent_dir = dget_parent(ctx->dentry); in pnfs_find_server() local 1119 server = NFS_SERVER(parent_dir->d_inode); in pnfs_find_server() 1120 dput(parent_dir); in pnfs_find_server()
|
| /linux/fs/afs/ |
| H A D | dir.c | 1059 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/btrfs/ |
| H A D | send.c | 1972 u64 parent_dir; in get_first_ref() local 2001 parent_dir = found_key.offset; in get_first_ref() 2009 parent_dir = btrfs_inode_extref_parent(path->nodes[0], extref); in get_first_ref() 2016 ret = get_inode_gen(root, parent_dir, dir_gen); in get_first_ref() 2021 *dir = parent_dir; in get_first_ref()
|