Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4_fs.h521 extern bool nfs4_copy_open_stateid(nfs4_stateid *dst,
H A Dnfs4state.c1010 bool nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state) in nfs4_copy_open_stateid() function
1058 ret = nfs4_copy_open_stateid(dst, state) ? 0 : -EAGAIN; in nfs4_select_rw_stateid()
H A Dnfs4proc.c3839 if (!nfs4_copy_open_stateid(&calldata->arg.stateid, state)) in nfs4_do_close()