Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Drpc_pipe.c99 rpc_purge_list(dentry ? &RPC_I(d_inode(dentry))->waitq : NULL, in rpc_timeout_upcall_queue()
157 wake_up(&RPC_I(d_inode(dentry))->waitq); in rpc_queue_upcall()
167 RPC_I(inode)->private = private; in rpc_inode_setowner()
173 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in rpc_close_pipes()
186 rpc_purge_list(&RPC_I(inode)->waitq, &free_list, pipe->ops->destroy_msg, -EPIPE); in rpc_close_pipes()
192 RPC_I(inode)->pipe = NULL; in rpc_close_pipes()
209 kmem_cache_free(rpc_inode_cachep, RPC_I(inode)); in rpc_free_inode()
220 pipe = RPC_I(inode)->pipe; in rpc_pipe_open()
247 pipe = RPC_I(inode)->pipe; in rpc_pipe_release()
268 rpc_purge_list(&RPC_I(inode)->waitq, &free_list, in rpc_pipe_release()
[all …]
Dcache.c1776 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs()
1784 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs()
1791 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs()
1800 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs()
1807 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs()
1814 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs()
1832 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs()
1839 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs()
1853 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs()
1860 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs()
[all …]
/Linux-v5.10/include/linux/sunrpc/
Drpc_pipe_fs.h66 RPC_I(struct inode *inode) in RPC_I() function
/Linux-v5.10/fs/nfs/
Dnfs4idmap.c670 struct rpc_inode *rpci = RPC_I(file_inode(filp)); in idmap_pipe_downcall()
737 struct rpc_inode *rpci = RPC_I(inode); in idmap_release_pipe()
/Linux-v5.10/net/sunrpc/auth_gss/
Dauth_gss.c724 struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe; in gss_pipe_downcall()
846 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in gss_pipe_release()