Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c212 bool want_gc) in nfsd_file_alloc() argument
227 nf->nf_flags = want_gc ? in nfsd_file_alloc()
996 bool want_gc) in nfsd_file_lookup_locked() argument
1010 if (test_bit(NFSD_FILE_GC, &nf->nf_flags) != want_gc) in nfsd_file_lookup_locked()
1089 umode_t type, bool want_gc, struct nfsd_file **pnf) in nfsd_file_do_acquire() argument
1112 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire()
1118 new = nfsd_file_alloc(net, inode, need, want_gc); in nfsd_file_do_acquire()
1126 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire()
1215 else if (want_gc) in nfsd_file_do_acquire()