Home
last modified time | relevance | path

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

/linux-5.19.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.c1773 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs()
1781 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs()
1788 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs()
1797 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs()
1804 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs()
1811 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs()
1829 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs()
1836 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs()
1850 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs()
1857 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs()
[all …]
/linux-5.19.10/include/linux/sunrpc/
Drpc_pipe_fs.h66 RPC_I(struct inode *inode) in RPC_I() function
/linux-5.19.10/fs/nfs/
Dnfs4idmap.c668 struct rpc_inode *rpci = RPC_I(file_inode(filp)); in idmap_pipe_downcall()
736 struct rpc_inode *rpci = RPC_I(inode); in idmap_release_pipe()
/linux-5.19.10/net/sunrpc/auth_gss/
Dauth_gss.c697 struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe; in gss_pipe_downcall()
819 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in gss_pipe_release()