Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dxdr4.h277 struct nfs4_file *op_file; /* used during processing */ member
Dnfs4state.c5056 open->op_file = nfsd4_alloc_file(); in nfsd4_process_open1()
5057 if (open->op_file == NULL) in nfsd4_process_open1()
5739 fp = nfsd4_file_hash_insert(open->op_file, current_fh); in nfsd4_process_open2()
5742 if (fp != open->op_file) { in nfsd4_process_open2()
5748 open->op_file = NULL; in nfsd4_process_open2()
5843 if (open->op_file) in nfsd4_cleanup_open_state()
5844 kmem_cache_free(file_slab, open->op_file); in nfsd4_cleanup_open_state()