Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dfilecache.c213 bool want_gc) in nfsd_file_alloc() argument
227 nf->nf_flags = want_gc ? in nfsd_file_alloc()
930 bool want_gc) in nfsd_file_lookup_locked() argument
944 if (test_bit(NFSD_FILE_GC, &nf->nf_flags) != want_gc) in nfsd_file_lookup_locked()
991 struct nfsd_file **pnf, bool want_gc) in nfsd_file_do_acquire() argument
1010 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire()
1024 new = nfsd_file_alloc(net, inode, need, want_gc); in nfsd_file_do_acquire()
1032 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire()