Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dfilecache.c1052 struct nfsd_file **pnf, bool want_gc) in nfsd_file_do_acquire() argument
1135 *pnf = nf; in nfsd_file_do_acquire()
1207 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_gc() argument
1210 fhp, may_flags, NULL, pnf, true); in nfsd_file_acquire_gc()
1232 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire() argument
1235 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire()
1268 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_local() argument
1279 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire_local()
1305 struct nfsd_file **pnf) in nfsd_file_acquire_opened() argument
1308 fhp, may_flags, file, pnf, false); in nfsd_file_acquire_opened()
H A Dfilecache.h80 unsigned int may_flags, struct nfsd_file **pnf);
/linux-6.15/fs/nfs/
H A Dlocalio.c261 struct nfsd_file *nf, *new, __rcu **pnf; in nfs_local_open_fh() local
269 pnf = &nfl->rw_file; in nfs_local_open_fh()
271 pnf = &nfl->ro_file; in nfs_local_open_fh()
275 nf = rcu_dereference(*pnf); in nfs_local_open_fh()
284 nf = rcu_dereference_protected(*pnf, 1); in nfs_local_open_fh()
288 rcu_assign_pointer(*pnf, nf); in nfs_local_open_fh()
/linux-6.15/tools/testing/selftests/tc-testing/
H A Dtdc.py102 pnf = []
114 pnf.append(fname)
122 if len(pnf) > 0:
123 raise PluginDependencyException(pnf)