Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfs4state.c4767 struct file **filpp, bool *tmp_file, int flags) in nfs4_check_file() argument
4782 *filpp = file; in nfs4_check_file()
4784 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp); in nfs4_check_file()
4801 int flags, struct file **filpp, bool *tmp_file) in nfs4_preprocess_stateid_op() argument
4810 if (filpp) in nfs4_preprocess_stateid_op()
4811 *filpp = NULL; in nfs4_preprocess_stateid_op()
4850 if (!status && filpp) in nfs4_preprocess_stateid_op()
4851 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags); in nfs4_preprocess_stateid_op()