Searched refs:pnf (Results 1 – 5 of 5) sorted by relevance
| /fs/nfsd/ |
| A D | filecache.c | 381 nfsd_file_put_local(struct nfsd_file __rcu **pnf) in nfsd_file_put_local() argument 386 nf = unrcu_pointer(xchg(pnf, NULL)); in nfsd_file_put_local() 1078 struct nfsd_file **pnf, bool want_gc) in nfsd_file_do_acquire() argument 1161 *pnf = nf; in nfsd_file_do_acquire() 1236 fhp, may_flags, NULL, pnf, true); in nfsd_file_acquire_gc() 1258 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire() argument 1261 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire() 1294 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_local() argument 1305 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire_local() 1331 struct nfsd_file **pnf) in nfsd_file_acquire_opened() argument [all …]
|
| A D | localio.c | 49 const struct nfs_fh *nfs_fh, struct nfsd_file __rcu **pnf, in nfsd_open_local_fh() argument 65 localio = nfsd_file_get(rcu_dereference(*pnf)); in nfsd_open_local_fh() 100 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
|
| A D | filecache.h | 81 unsigned int may_flags, struct nfsd_file **pnf);
|
| /fs/nfs_common/ |
| A D | nfslocalio.c | 268 struct nfsd_file __rcu **pnf, in nfs_open_local_fh() argument 293 nfs_fh, pnf, fmode); in nfs_open_local_fh() 296 nfs_to_nfsd_file_put_local(pnf); in nfs_open_local_fh()
|
| /fs/nfs/ |
| A D | localio.c | 233 struct nfsd_file __rcu **pnf, in __nfs_local_open_fh() argument 239 cred, fh, nfl, pnf, mode); in __nfs_local_open_fh() 266 struct nfsd_file *nf, __rcu **pnf; in nfs_local_open_fh() local 274 pnf = &nfl->rw_file; in nfs_local_open_fh() 276 pnf = &nfl->ro_file; in nfs_local_open_fh() 278 nf = __nfs_local_open_fh(clp, cred, fh, nfl, pnf, mode); in nfs_local_open_fh()
|
Completed in 15 milliseconds