Home
last modified time | relevance | path

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

/fs/nfsd/
Dfilecache.h59 unsigned int may_flags, struct nfsd_file **nfp);
Dnfs4state.c5580 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument
5599 *nfp = nf; in nfs4_check_file()
5610 stateid_t *stateid, int flags, struct nfsd_file **nfp) in nfs4_preprocess_stateid_op() argument
5618 if (nfp) in nfs4_preprocess_stateid_op()
5619 *nfp = NULL; in nfs4_preprocess_stateid_op()
5656 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op()
5657 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()