| /Linux-v6.6/fs/nfsd/ |
| D | vfs.h | 64 int nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, 66 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *, 68 __be32 nfsd_lookup_dentry(struct svc_rqst *, struct svc_fh *, 71 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *, 75 __be32 nfsd4_vfs_fallocate(struct svc_rqst *, struct svc_fh *, 77 __be32 nfsd4_clone_file_range(struct svc_rqst *rqstp, 82 __be32 nfsd_create_locked(struct svc_rqst *, struct svc_fh *, 85 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *, 88 __be32 nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *); 89 __be32 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, [all …]
|
| D | xdr3.h | 183 struct svc_rqst * rqstp; 268 bool nfs3svc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 269 bool nfs3svc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 270 bool nfs3svc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 271 bool nfs3svc_decode_accessargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 272 bool nfs3svc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 273 bool nfs3svc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 274 bool nfs3svc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 275 bool nfs3svc_decode_mkdirargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 276 bool nfs3svc_decode_mknodargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
| D | xdr.h | 144 bool nfssvc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 145 bool nfssvc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 146 bool nfssvc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 147 bool nfssvc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 148 bool nfssvc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 149 bool nfssvc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 150 bool nfssvc_decode_renameargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 151 bool nfssvc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 152 bool nfssvc_decode_symlinkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 153 bool nfssvc_decode_readdirargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
| D | xdr4.h | 282 struct svc_rqst *op_rqstp; 307 struct svc_rqst *rd_rqstp; /* response */ 318 struct svc_rqst *rd_rqstp; /* response */ 331 struct svc_rqst *rl_rqstp; /* request */ 718 struct svc_rqst *rqstp; 732 struct svc_rqst * rqstp; 763 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp) in nfsd4_last_compound_op() 772 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op); 777 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp); 778 bool nfs4svc_decode_compoundargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
| D | export.h | 15 struct svc_rqst; 102 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp); 103 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp); 111 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *, 113 struct svc_export * rqst_exp_parent(struct svc_rqst *, 115 struct svc_export * rqst_find_fsidzero_export(struct svc_rqst *); 118 __be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *); 130 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
|
| D | nfsxdr.c | 130 svcxdr_decode_sattr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_sattr() 214 svcxdr_encode_fattr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_fattr() 276 nfssvc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_fhandleargs() 284 nfssvc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_sattrargs() 293 nfssvc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_diropargs() 301 nfssvc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_readargs() 320 nfssvc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_writeargs() 346 nfssvc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_createargs() 356 nfssvc_decode_renameargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_renameargs() 367 nfssvc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_linkargs() [all …]
|
| D | nfs3xdr.c | 210 svcxdr_decode_sattr3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_sattr3() 330 svcxdr_decode_devicedata3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_devicedata3() 338 svcxdr_encode_fattr3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_fattr3() 429 svcxdr_encode_post_op_attr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_post_op_attr() 461 svcxdr_encode_wcc_data(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_wcc_data() 495 nfs3svc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_fhandleargs() 503 nfs3svc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_sattrargs() 513 nfs3svc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_diropargs() 521 nfs3svc_decode_accessargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_accessargs() 534 nfs3svc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_readargs() [all …]
|
| D | nfs4proc.c | 82 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() 104 nfsd4_check_open_attributes(struct svc_rqst *rqstp, in nfsd4_check_open_attributes() 142 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() 232 nfsd4_create_file(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_create_file() 418 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() 485 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() 526 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 651 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 667 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 675 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() [all …]
|
| D | idmap.h | 55 __be32 nfsd_map_name_to_uid(struct svc_rqst *, const char *, size_t, kuid_t *); 56 __be32 nfsd_map_name_to_gid(struct svc_rqst *, const char *, size_t, kgid_t *); 57 __be32 nfsd4_encode_user(struct xdr_stream *, struct svc_rqst *, kuid_t); 58 __be32 nfsd4_encode_group(struct xdr_stream *, struct svc_rqst *, kgid_t);
|
| D | nfs2acl.c | 22 nfsacld_proc_null(struct svc_rqst *rqstp) in nfsacld_proc_null() 30 static __be32 nfsacld_proc_getacl(struct svc_rqst *rqstp) in nfsacld_proc_getacl() 93 static __be32 nfsacld_proc_setacl(struct svc_rqst *rqstp) in nfsacld_proc_setacl() 149 static __be32 nfsacld_proc_getattr(struct svc_rqst *rqstp) in nfsacld_proc_getattr() 168 static __be32 nfsacld_proc_access(struct svc_rqst *rqstp) in nfsacld_proc_access() 192 nfsaclsvc_decode_getaclargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfsaclsvc_decode_getaclargs() 205 nfsaclsvc_decode_setaclargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfsaclsvc_decode_setaclargs() 226 nfsaclsvc_decode_accessargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfsaclsvc_decode_accessargs() 244 nfsaclsvc_encode_getaclres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfsaclsvc_encode_getaclres() 274 nfsaclsvc_encode_accessres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfsaclsvc_encode_accessres() [all …]
|
| D | nfs3acl.c | 20 nfsd3_proc_null(struct svc_rqst *rqstp) in nfsd3_proc_null() 28 static __be32 nfsd3_proc_getacl(struct svc_rqst *rqstp) in nfsd3_proc_getacl() 85 static __be32 nfsd3_proc_setacl(struct svc_rqst *rqstp) in nfsd3_proc_setacl() 131 nfs3svc_decode_getaclargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_getaclargs() 144 nfs3svc_decode_setaclargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_setaclargs() 170 nfs3svc_encode_getaclres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_getaclres() 204 nfs3svc_encode_setaclres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_setaclres() 215 static void nfs3svc_release_getacl(struct svc_rqst *rqstp) in nfs3svc_release_getacl()
|
| D | nfsproc.c | 17 nfsd_proc_null(struct svc_rqst *rqstp) in nfsd_proc_null() 27 nfsd_proc_getattr(struct svc_rqst *rqstp) in nfsd_proc_getattr() 49 nfsd_proc_setattr(struct svc_rqst *rqstp) in nfsd_proc_setattr() 117 nfsd_proc_root(struct svc_rqst *rqstp) in nfsd_proc_root() 129 nfsd_proc_lookup(struct svc_rqst *rqstp) in nfsd_proc_lookup() 153 nfsd_proc_readlink(struct svc_rqst *rqstp) in nfsd_proc_readlink() 175 nfsd_proc_read(struct svc_rqst *rqstp) in nfsd_proc_read() 208 nfsd_proc_writecache(struct svc_rqst *rqstp) in nfsd_proc_writecache() 218 nfsd_proc_write(struct svc_rqst *rqstp) in nfsd_proc_write() 248 nfsd_proc_create(struct svc_rqst *rqstp) in nfsd_proc_create() [all …]
|
| D | nfs3proc.c | 35 nfsd3_proc_null(struct svc_rqst *rqstp) in nfsd3_proc_null() 44 nfsd3_proc_getattr(struct svc_rqst *rqstp) in nfsd3_proc_getattr() 67 nfsd3_proc_setattr(struct svc_rqst *rqstp) in nfsd3_proc_setattr() 88 nfsd3_proc_lookup(struct svc_rqst *rqstp) in nfsd3_proc_lookup() 111 nfsd3_proc_access(struct svc_rqst *rqstp) in nfsd3_proc_access() 130 nfsd3_proc_readlink(struct svc_rqst *rqstp) in nfsd3_proc_readlink() 150 nfsd3_proc_read(struct svc_rqst *rqstp) in nfsd3_proc_read() 186 nfsd3_proc_write(struct svc_rqst *rqstp) in nfsd3_proc_write() 223 nfsd3_create_file(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd3_create_file() 344 nfsd3_proc_create(struct svc_rqst *rqstp) in nfsd3_proc_create() [all …]
|
| D | pnfs.h | 26 struct svc_rqst *rqstp, 54 __be32 nfsd4_preprocess_layout_stateid(struct svc_rqst *rqstp, 59 __be32 nfsd4_return_file_layouts(struct svc_rqst *rqstp, 62 __be32 nfsd4_return_client_layouts(struct svc_rqst *rqstp,
|
| /Linux-v6.6/include/linux/sunrpc/ |
| D | svc.h | 152 extern u32 svc_max_payload(const struct svc_rqst *rqstp); 187 struct svc_rqst { struct 274 static inline struct sockaddr_in *svc_addr_in(const struct svc_rqst *rqst) in svc_addr_in() argument 279 static inline struct sockaddr_in6 *svc_addr_in6(const struct svc_rqst *rqst) in svc_addr_in6() 284 static inline struct sockaddr *svc_addr(const struct svc_rqst *rqst) in svc_addr() 289 static inline struct sockaddr_in *svc_daddr_in(const struct svc_rqst *rqst) in svc_daddr_in() 294 static inline struct sockaddr_in6 *svc_daddr_in6(const struct svc_rqst *rqst) in svc_daddr_in6() 299 static inline struct sockaddr *svc_daddr(const struct svc_rqst *rqst) in svc_daddr() 319 int (*dispatch)(struct svc_rqst *rqstp); 340 enum svc_auth_status (*pg_authenticate)(struct svc_rqst *rqstp); [all …]
|
| D | svcauth.h | 56 struct svc_rqst; /* forward decl */ 142 enum svc_auth_status (*accept)(struct svc_rqst *rqstp); 143 int (*release)(struct svc_rqst *rqstp); 145 enum svc_auth_status (*set_client)(struct svc_rqst *rqstp); 150 extern enum svc_auth_status svc_authenticate(struct svc_rqst *rqstp); 151 extern int svc_authorise(struct svc_rqst *rqstp); 152 extern enum svc_auth_status svc_set_client(struct svc_rqst *rqstp); 162 extern enum svc_auth_status svcauth_unix_set_client(struct svc_rqst *rqstp);
|
| D | svc_rdma.h | 167 extern void svc_rdma_handle_bc_reply(struct svc_rqst *rqstp, 179 extern int svc_rdma_recvfrom(struct svc_rqst *); 190 struct svc_rqst *rqstp, 210 extern int svc_rdma_sendto(struct svc_rqst *); 211 extern int svc_rdma_result_payload(struct svc_rqst *rqstp, unsigned int offset,
|
| D | svcsock.h | 59 void svc_recv(struct svc_rqst *rqstp); 60 void svc_send(struct svc_rqst *rqstp); 61 void svc_drop(struct svc_rqst *);
|
| /Linux-v6.6/include/linux/lockd/ |
| D | xdr4.h | 26 bool nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr); 27 bool nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 28 bool nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 29 bool nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 30 bool nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 31 bool nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr); 32 bool nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr); 33 bool nlm4svc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 34 bool nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr); 36 bool nlm4svc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
| D | xdr.h | 25 struct svc_rqst; 102 bool nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr); 103 bool nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 104 bool nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 105 bool nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 106 bool nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 107 bool nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr); 108 bool nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr); 109 bool nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 110 bool nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
| /Linux-v6.6/fs/lockd/ |
| D | svc4proc.c | 23 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_retrieve_args() 84 nlm4svc_proc_null(struct svc_rqst *rqstp) in nlm4svc_proc_null() 94 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test() 124 nlm4svc_proc_test(struct svc_rqst *rqstp) in nlm4svc_proc_test() 130 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock() 173 nlm4svc_proc_lock(struct svc_rqst *rqstp) in nlm4svc_proc_lock() 179 __nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_cancel() 210 nlm4svc_proc_cancel(struct svc_rqst *rqstp) in nlm4svc_proc_cancel() 219 __nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_unlock() 250 nlm4svc_proc_unlock(struct svc_rqst *rqstp) in nlm4svc_proc_unlock() [all …]
|
| D | xdr.c | 149 nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_void() 155 nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_testargs() 173 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_lockargs() 198 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_cancargs() 218 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_unlockargs() 232 nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_res() 245 nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_reboot() 271 nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_shareargs() 298 nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_notify() 317 nlmsvc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_void() [all …]
|
| D | xdr4.c | 144 nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_void() 150 nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_testargs() 168 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_lockargs() 193 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_cancargs() 213 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_unlockargs() 227 nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_res() 240 nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_reboot() 266 nlm4svc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_shareargs() 293 nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_notify() 312 nlm4svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_void() [all …]
|
| D | svcproc.c | 52 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_retrieve_args() 105 nlmsvc_proc_null(struct svc_rqst *rqstp) in nlmsvc_proc_null() 115 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test() 147 nlmsvc_proc_test(struct svc_rqst *rqstp) in nlmsvc_proc_test() 153 __nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_lock() 196 nlmsvc_proc_lock(struct svc_rqst *rqstp) in nlmsvc_proc_lock() 202 __nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_cancel() 234 nlmsvc_proc_cancel(struct svc_rqst *rqstp) in nlmsvc_proc_cancel() 243 __nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_unlock() 275 nlmsvc_proc_unlock(struct svc_rqst *rqstp) in nlmsvc_proc_unlock() [all …]
|
| /Linux-v6.6/net/sunrpc/ |
| D | svc.c | 601 svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node) in svc_init_buffer() 625 svc_release_buffer(struct svc_rqst *rqstp) in svc_release_buffer() 634 struct svc_rqst * 637 struct svc_rqst *rqstp; in svc_rqst_alloc() 671 static struct svc_rqst * 674 struct svc_rqst *rqstp; in svc_prepare_thread() 703 struct svc_rqst *rqstp; in svc_pool_wake_idle_thread() 749 struct svc_rqst *rqstp; in svc_pool_victim() 751 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in svc_pool_victim() 763 struct svc_rqst *rqstp; in svc_start_kthreads() [all …]
|