Searched refs:reqp (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | export.c | 898 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 913 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 923 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument 938 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 1020 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 1024 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 1028 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
|
/fs/ocfs2/ |
D | ioctl.c | 811 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local 825 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle() 826 if (!reqp) { in ocfs2_info_handle() 831 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
|