Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4_fs.h494 extern bool nfs4_copy_open_stateid(nfs4_stateid *dst,
Dnfs4state.c1018 bool nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state) in nfs4_copy_open_stateid() function
1066 ret = nfs4_copy_open_stateid(dst, state) ? 0 : -EAGAIN; in nfs4_select_rw_stateid()
Dnfs4proc.c3626 if (!nfs4_copy_open_stateid(&calldata->arg.stateid, state)) in nfs4_do_close()