Searched refs:want_gc (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | filecache.c | 222 bool want_gc) in nfsd_file_alloc() argument 237 nf->nf_flags = want_gc ? in nfsd_file_alloc() 1082 bool want_gc) in nfsd_file_lookup_locked() argument 1096 if (test_bit(NFSD_FILE_GC, &nf->nf_flags) != want_gc) in nfsd_file_lookup_locked() 1175 umode_t type, bool want_gc, struct nfsd_file **pnf) in nfsd_file_do_acquire() argument 1198 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire() 1204 new = nfsd_file_alloc(net, inode, need, want_gc); in nfsd_file_do_acquire() 1212 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire() 1299 else if (want_gc) in nfsd_file_do_acquire()
|