Symbol: RPC_I
fs/nfs/nfs4idmap.c
655
struct rpc_inode *rpci = RPC_I(file_inode(filp));
fs/nfs/nfs4idmap.c
723
struct rpc_inode *rpci = RPC_I(inode);
net/sunrpc/auth_gss/auth_gss.c
731
struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe;
net/sunrpc/auth_gss/auth_gss.c
853
struct rpc_pipe *pipe = RPC_I(inode)->pipe;
net/sunrpc/cache.c
1763
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1771
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1778
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1787
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1794
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1801
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1818
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1825
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1839
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1846
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1854
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1863
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/rpc_pipe.c
157
wake_up(&RPC_I(d_inode(dentry))->waitq);
net/sunrpc/rpc_pipe.c
167
RPC_I(inode)->private = private;
net/sunrpc/rpc_pipe.c
174
struct rpc_pipe *pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
187
rpc_purge_list(&RPC_I(inode)->waitq, &free_list, pipe->ops->destroy_msg, -EPIPE);
net/sunrpc/rpc_pipe.c
193
RPC_I(inode)->pipe = NULL;
net/sunrpc/rpc_pipe.c
210
kmem_cache_free(rpc_inode_cachep, RPC_I(inode));
net/sunrpc/rpc_pipe.c
221
pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
248
pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
269
rpc_purge_list(&RPC_I(inode)->waitq, &free_list,
net/sunrpc/rpc_pipe.c
290
pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
333
if (RPC_I(inode)->pipe != NULL)
net/sunrpc/rpc_pipe.c
334
res = RPC_I(inode)->pipe->ops->downcall(filp, buf, len);
net/sunrpc/rpc_pipe.c
343
struct rpc_inode *rpci = RPC_I(inode);
net/sunrpc/rpc_pipe.c
367
pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
425
clnt = RPC_I(inode)->private;
net/sunrpc/rpc_pipe.c
664
rpci = RPC_I(inode);
net/sunrpc/rpc_pipe.c
99
rpc_purge_list(dentry ? &RPC_I(d_inode(dentry))->waitq : NULL,