Searched refs:sc_type (Results 1 – 3 of 3) sorted by relevance
238 if (parent->sc_type == NFS4_DELEG_STID) in nfsd4_alloc_layout_stateid()252 stp->sc_type = NFS4_LAYOUT_STID; in nfsd4_alloc_layout_stateid()288 if (stid->sc_type != NFS4_LAYOUT_STID) { in nfsd4_preprocess_layout_stateid()
914 s->sc_type = 0; in nfs4_unhash_stid()968 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()984 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()1013 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()2126 if (!ret || !ret->sc_type) in find_stateid_locked()2139 if (typemask & s->sc_type) in find_stateid_by_type()3632 if (local->st_stid.sc_type == NFS4_OPEN_STID) { in nfsd4_find_existing_open()3646 switch (s->sc_type) { in nfsd4_verify_open_stid()3742 stp->st_stid.sc_type = NFS4_OPEN_STID; in init_open_stateid()3911 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID) in nfsd4_cb_recall_done()[all …]
97 unsigned char sc_type; member