Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4idmap.c69 struct rpc_pipe *idmap_pipe; member
426 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_destroy()
438 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_create()
476 idmap->idmap_pipe = pipe; in nfs_idmap_new()
487 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_new()
505 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_delete()
613 ret = rpc_queue_upcall(idmap->idmap_pipe, msg); in nfs_idmap_legacy_upcall()