Home
last modified time | relevance | path

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

/fs/nfs/
Didmap.c87 struct dentry *idmap_dentry; member
122 idmap->idmap_dentry = rpc_mkpipe(clp->cl_rpcclient->cl_dentry, "idmap", in nfs_idmap_new()
124 if (IS_ERR(idmap->idmap_dentry)) { in nfs_idmap_new()
125 error = PTR_ERR(idmap->idmap_dentry); in nfs_idmap_new()
147 rpc_unlink(idmap->idmap_dentry); in nfs_idmap_delete()
268 if (rpc_queue_upcall(idmap->idmap_dentry->d_inode, &msg) < 0) { in nfs_idmap_id()
329 if (rpc_queue_upcall(idmap->idmap_dentry->d_inode, &msg) < 0) { in nfs_idmap_name()