Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/ !
Dstate.h606 stateid_t *stateid, int flags, struct file **filp, bool *tmp_file);
Dnfs4state.c5107 struct file **filpp, bool *tmp_file, int flags) in nfs4_check_file() argument
5128 if (tmp_file) in nfs4_check_file()
5129 *tmp_file = true; in nfs4_check_file()
5141 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file) in nfs4_preprocess_stateid_op() argument
5151 if (tmp_file) in nfs4_preprocess_stateid_op()
5152 *tmp_file = false; in nfs4_preprocess_stateid_op()
5190 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags); in nfs4_preprocess_stateid_op()