Searched refs:want_gc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/nfsd/ |
D | filecache.c | 213 bool want_gc) in nfsd_file_alloc() argument 226 nf->nf_flags = want_gc ? in nfsd_file_alloc() 926 bool want_gc) in nfsd_file_lookup_locked() argument 940 if (test_bit(NFSD_FILE_GC, &nf->nf_flags) != want_gc) in nfsd_file_lookup_locked() 987 struct nfsd_file **pnf, bool want_gc) in nfsd_file_do_acquire() argument 1007 nf = nfsd_file_lookup_locked(net, cred, inode, need, want_gc); in nfsd_file_do_acquire() 1021 new = nfsd_file_alloc(net, inode, need, want_gc); in nfsd_file_do_acquire() 1029 nf = nfsd_file_lookup_locked(net, cred, inode, need, want_gc); in nfsd_file_do_acquire()
|