Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfs4state.c5094 struct file **filpp, bool *tmp_file, int flags) in nfs4_check_file() argument
5109 *filpp = file; in nfs4_check_file()
5111 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp); in nfs4_check_file()
5128 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file) in nfs4_preprocess_stateid_op() argument
5136 if (filpp) in nfs4_preprocess_stateid_op()
5137 *filpp = NULL; in nfs4_preprocess_stateid_op()
5176 if (!status && filpp) in nfs4_preprocess_stateid_op()
5177 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags); in nfs4_preprocess_stateid_op()