Home
last modified time | relevance | path

Searched refs:sc_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/nfsd/
Dnfs4layouts.c239 if (parent->sc_type == NFS4_DELEG_STID) in nfsd4_alloc_layout_stateid()
253 stp->sc_type = NFS4_LAYOUT_STID; in nfsd4_alloc_layout_stateid()
289 if (stid->sc_type != NFS4_LAYOUT_STID) { in nfsd4_preprocess_layout_stateid()
Dnfs4state.c1263 s->sc_type = 0; in nfs4_unhash_stid()
1317 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
1338 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
1370 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
2455 if (!ret || !ret->sc_type) in find_stateid_locked()
2468 if (typemask & s->sc_type) in find_stateid_by_type()
2621 if (st->sc_type != NFS4_OPEN_STID && st->sc_type != NFS4_LOCK_STID) in nfs4_show_open()
2753 switch (st->sc_type) { in states_show()
4533 if (local->st_stid.sc_type == NFS4_OPEN_STID) { in nfsd4_find_existing_open()
4547 switch (s->sc_type) { in nfsd4_verify_open_stid()
[all …]
Dstate.h101 unsigned char sc_type; member
Dtrace.h668 __field(unsigned long, sc_type)
678 __entry->sc_type = stid->sc_type;
688 __entry->sc_count, show_stid_type(__entry->sc_type)