Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dxdr4.h277 struct nfs4_file *op_file; /* used during processing */ member
Dnfs4state.c5021 open->op_file = nfsd4_alloc_file(); in nfsd4_process_open1()
5022 if (open->op_file == NULL) in nfsd4_process_open1()
5630 fp = find_or_add_file(open->op_file, current_fh); in nfsd4_process_open2()
5631 if (fp != open->op_file) { in nfsd4_process_open2()
5637 open->op_file = NULL; in nfsd4_process_open2()
5732 if (open->op_file) in nfsd4_cleanup_open_state()
5733 kmem_cache_free(file_slab, open->op_file); in nfsd4_cleanup_open_state()