Searched refs:op_file (Results 1 – 2 of 2) sorted by relevance
253 struct nfs4_file *op_file; /* used during processing */ member
4082 open->op_file = nfsd4_alloc_file(); in nfsd4_process_open1()4083 if (open->op_file == NULL) in nfsd4_process_open1()4552 fp = find_or_add_file(open->op_file, ¤t_fh->fh_handle); in nfsd4_process_open2()4553 if (fp != open->op_file) { in nfsd4_process_open2()4559 open->op_file = NULL; in nfsd4_process_open2()4656 if (open->op_file) in nfsd4_cleanup_open_state()4657 kmem_cache_free(file_slab, open->op_file); in nfsd4_cleanup_open_state()