Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c253 if (parent->sc_type == SC_TYPE_DELEG) in nfsd4_alloc_layout_stateid()
267 stp->sc_type = SC_TYPE_LAYOUT; in nfsd4_alloc_layout_stateid()
303 if (stid->sc_type != SC_TYPE_LAYOUT) { in nfsd4_preprocess_layout_stateid()
H A Dnfs4state.c1302 dp->dl_stid.sc_type = SC_TYPE_DELEG; in hash_delegation_locked()
1717 if ((stid->sc_type & sc_types) && in find_one_sb_stid()
1763 switch (stid->sc_type) { in nfsd4_revoke_states()
2695 if (!ret || !ret->sc_type) in find_stateid_locked()
2710 (typemask & s->sc_type)) in find_stateid_by_type()
3032 switch (st->sc_type) { in states_show()
4978 switch (s->sc_type) { in nfsd4_drop_revoked_stid()
7038 switch (s->sc_type) { in nfsd4_validate_stateid()
7116 switch (s->sc_type) { in nfs4_find_file()
7302 switch (s->sc_type) { in nfs4_preprocess_stateid_op()
[all …]
H A Dstate.h105 unsigned short sc_type; member
H A Dtrace.h679 __field(unsigned long, sc_type)
690 __entry->sc_type = stid->sc_type;
701 __entry->sc_count, show_stid_type(__entry->sc_type),
H A Dnfs4proc.c1162 if (st->sc_type & SC_TYPE_DELEG) { in nfsd4_setattr()