Searched refs:reqp (Results 1 – 3 of 3) sorted by relevance
| /fs/nfsd/ |
| A D | export.c | 946 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 961 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 971 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument 986 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 1068 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 1072 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 1076 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find() 1230 rqst_exp_find(struct cache_req *reqp, struct net *net, in rqst_exp_find() argument 1242 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find() 1254 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()
|
| A D | export.h | 132 struct svc_export *rqst_exp_find(struct cache_req *reqp, struct net *net,
|
| /fs/ocfs2/ |
| A D | ioctl.c | 812 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local 826 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle() 827 if (!reqp) { in ocfs2_info_handle() 832 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
|
Completed in 10 milliseconds