Searched refs:reqp (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | export.c | 819 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 834 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 842 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument 857 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 937 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 941 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 945 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
|
/fs/ocfs2/ |
D | ioctl.c | 807 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local 821 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle() 822 if (!reqp) { in ocfs2_info_handle() 827 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
|