Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Didmap.c61 struct rpc_pipe *idmap_pipe; member
489 idmap->idmap_pipe = pipe; in nfs_idmap_new()
503 nfs_idmap_unregister(clp, idmap->idmap_pipe); in nfs_idmap_delete()
504 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_delete()
519 clp->cl_idmap->idmap_pipe); in __rpc_pipefs_event()
522 if (clp->cl_idmap->idmap_pipe) { in __rpc_pipefs_event()
525 parent = clp->cl_idmap->idmap_pipe->dentry->d_parent; in __rpc_pipefs_event()
526 __nfs_idmap_unregister(clp->cl_idmap->idmap_pipe); in __rpc_pipefs_event()
557 cl_dentry = clp->cl_idmap->idmap_pipe->dentry; in nfs_get_client_for_event()
682 ret = rpc_queue_upcall(idmap->idmap_pipe, msg); in nfs_idmap_legacy_upcall()