Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs_common/
H A Dnfslocalio.c289 rw_nf = rcu_access_pointer(nfl->rw_file); in nfs_close_local_fh()
295 rw_nf = rcu_dereference_protected(xchg(&nfl->rw_file, NULL), 1); in nfs_close_local_fh()
/linux-6.15/include/linux/
H A Dnfs_fs.h82 struct nfsd_file __rcu *rw_file; member
91 nfl->rw_file = NULL; in nfs_localio_file_init()
/linux-6.15/fs/nfs/
H A Dlocalio.c269 pnf = &nfl->rw_file; in nfs_local_open_fh()