Searched refs:nfp (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | filecache.h | 60 unsigned int may_flags, struct nfsd_file **nfp); 62 unsigned int may_flags, struct nfsd_file **nfp); 65 struct nfsd_file **nfp);
|
D | nfs4state.c | 6378 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument 6397 *nfp = nf; in nfs4_check_file() 6493 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument 6501 if (nfp) in nfs4_preprocess_stateid_op() 6502 *nfp = NULL; in nfs4_preprocess_stateid_op() 6542 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op() 6543 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
|