Home
last modified time | relevance | path

Searched refs:reqp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dexport.c806 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument
821 err = cache_check(cd, &ek->h, reqp); in exp_find_key()
829 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument
844 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name()
924 u32 *fsidv, struct cache_req *reqp) in exp_find() argument
928 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
932 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
/linux-4.19.296/fs/ocfs2/
Dioctl.c814 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local
828 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle()
829 if (!reqp) { in ocfs2_info_handle()
834 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()