Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h135 #define SC_STATUS_CLOSED BIT(0) macro
H A Dnfs4state.c1357 statusmask = SC_STATUS_CLOSED; in unhash_delegation_locked()
1377 unhashed = unhash_delegation_locked(dp, SC_STATUS_CLOSED); in destroy_delegation()
1600 stp->st_stid.sc_status |= SC_STATUS_CLOSED; in unhash_lock_stateid()
1679 stp->st_stid.sc_status |= SC_STATUS_CLOSED; in release_open_stateid()
2510 unhash_delegation_locked(dp, SC_STATUS_CLOSED); in __destroy_client()
5097 else if (s->sc_status & SC_STATUS_CLOSED) in nfsd4_verify_open_stid()
7553 if (!s || s->sc_status & SC_STATUS_CLOSED) in nfsd4_free_stateid()
7564 s->sc_status |= SC_STATUS_CLOSED; in nfsd4_free_stateid()
7847 SC_TYPE_OPEN, SC_STATUS_CLOSED, in nfsd4_close()
7854 stp->st_stid.sc_status |= SC_STATUS_CLOSED; in nfsd4_close()
[all …]
H A Dnfs4layouts.c535 ls->ls_stid.sc_status |= SC_STATUS_CLOSED; in nfsd4_return_file_layouts()