Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dfilecache.c1020 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 Dfilecache.h73 unsigned int may_flags, struct nfsd_file **pnf);
/linux/tools/testing/selftests/tc-testing/
A Dtdc.py102 pnf = []
114 pnf.append(fname)
122 if len(pnf) > 0:
123 raise PluginDependencyException(pnf)

Completed in 9 milliseconds