Home
last modified time | relevance | path

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

/fs/nfs/
Didmap.c86 struct idmap { struct
113 struct idmap *idmap; in nfs_idmap_new() local
118 idmap = kzalloc(sizeof(*idmap), GFP_KERNEL); in nfs_idmap_new()
119 if (idmap == NULL) in nfs_idmap_new()
122 idmap->idmap_dentry = rpc_mkpipe(clp->cl_rpcclient->cl_dentry, "idmap", in nfs_idmap_new()
123 idmap, &idmap_upcall_ops, 0); 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()
126 kfree(idmap); in nfs_idmap_new()
130 mutex_init(&idmap->idmap_lock); in nfs_idmap_new()
[all …]
DMakefile14 delegation.o idmap.o \
Dnfs4_fs.h14 struct idmap;