Searched refs:pnf (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| A D | filecache.c | 1020 struct nfsd_file **pnf, bool want_gc) in nfsd_file_do_acquire() argument 1111 *pnf = nf; in nfsd_file_do_acquire() 1181 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_gc() argument 1184 fhp, may_flags, NULL, pnf, true); in nfsd_file_acquire_gc() 1206 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire() argument 1209 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire() 1243 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_local() argument 1254 fhp, may_flags, NULL, pnf, true); in nfsd_file_acquire_local() 1280 struct nfsd_file **pnf) in nfsd_file_acquire_opened() argument 1283 fhp, may_flags, file, pnf, false); in nfsd_file_acquire_opened()
|
| A D | filecache.h | 73 unsigned int may_flags, struct nfsd_file **pnf);
|
| /linux/tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 102 pnf = [] 114 pnf.append(fname) 122 if len(pnf) > 0: 123 raise PluginDependencyException(pnf)
|
Completed in 9 milliseconds