tag | line | file | source code |
rpc_sock | 48 | fs/nfs/rpcsock.c | rpc_insque(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_sock | 66 | fs/nfs/rpcsock.c | rpc_remque(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_sock | 85 | fs/nfs/rpcsock.c | rpc_sendmsg(struct rpc_sock *rsock, struct msghdr *msg, int len) |
rpc_sock | 106 | fs/nfs/rpcsock.c | rpc_select(struct rpc_sock *rsock) |
rpc_sock | 133 | fs/nfs/rpcsock.c | rpc_recvmsg(struct rpc_sock *rsock, struct msghdr *msg, int len,int flags) |
rpc_sock | 162 | fs/nfs/rpcsock.c | rpc_call_one(struct rpc_sock *rsock, struct rpc_wait *slot, |
rpc_sock | 277 | fs/nfs/rpcsock.c | rpc_call(struct rpc_sock *rsock, struct sockaddr *sap, int addrlen, |
rpc_sock | 357 | fs/nfs/rpcsock.c | struct rpc_sock * |
rpc_sock | 360 | fs/nfs/rpcsock.c | struct rpc_sock *rsock; |
rpc_sock | 365 | fs/nfs/rpcsock.c | if ((rsock = kmalloc(sizeof(struct rpc_sock), GFP_KERNEL)) == NULL) |
rpc_sock | 390 | fs/nfs/rpcsock.c | rpc_closesock(struct rpc_sock *rsock) |
rpc_sock | 9 | include/linux/nfs_fs_sb.h | struct rpc_sock *rsock; |
rpc_sock | 49 | include/linux/rpcsock.h | int rpc_call(struct rpc_sock *, struct sockaddr *, int, |
rpc_sock | 52 | include/linux/rpcsock.h | struct rpc_sock * rpc_makesock(struct file *); |
rpc_sock | 53 | include/linux/rpcsock.h | int rpc_closesock(struct rpc_sock *); |