Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs_common/
H A Dnfslocalio.c288 ro_nf = rcu_access_pointer(nfl->ro_file); in nfs_close_local_fh()
293 ro_nf = rcu_dereference_protected(xchg(&nfl->ro_file, NULL), 1); in nfs_close_local_fh()
/linux-6.15/include/linux/
H A Dnfs_fs.h81 struct nfsd_file __rcu *ro_file; member
90 nfl->ro_file = NULL; in nfs_localio_file_init()
/linux-6.15/fs/nfs/
H A Dlocalio.c271 pnf = &nfl->ro_file; in nfs_local_open_fh()