Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dnfs4idmap.c70 struct rpc_pipe *idmap_pipe; member
427 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_destroy()
439 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_create()
477 idmap->idmap_pipe = pipe; in nfs_idmap_new()
488 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_new()
506 rpc_destroy_pipe_data(idmap->idmap_pipe); in nfs_idmap_delete()
612 ret = rpc_queue_upcall(idmap->idmap_pipe, msg); in nfs_idmap_legacy_upcall()