Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4idmap.c70 struct rpc_pipe *idmap_pipe; member
425 rpc_unlink(idmap->idmap_pipe); in nfs_idmap_pipe_destroy()
433 return rpc_mkpipe_dentry(dir, "idmap", idmap, idmap->idmap_pipe); in nfs_idmap_pipe_create()
464 idmap->idmap_pipe = pipe; in nfs_idmap_new()
475 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_new()
493 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_delete()
599 ret = rpc_queue_upcall(idmap->idmap_pipe, msg); in nfs_idmap_legacy_upcall()