Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4layouts.c250 if (parent->sc_type == SC_TYPE_DELEG) { in nfsd4_alloc_layout_stateid()
274 stp->sc_type = SC_TYPE_LAYOUT; in nfsd4_alloc_layout_stateid()
310 if (stid->sc_type != SC_TYPE_LAYOUT) { in nfsd4_preprocess_layout_stateid()
H A Dnfs4state.c1044 stid->sc_type = SC_TYPE_COPY; in nfs4_alloc_copy_stid()
1512 dp->dl_stid.sc_type = SC_TYPE_DELEG; in hash_delegation_locked()
1953 if ((stid->sc_type & sc_types) && in find_one_sb_stid()
1995 if (stid->sc_type == SC_TYPE_LOCK) { in revoke_ol_stid()
2019 switch (stid->sc_type) { in revoke_one_stid()
2136 if ((stid->sc_type & sc_types) && in find_one_export_stid()
3129 if (!ret || !ret->sc_type) in find_stateid_locked()
3137 if (ret->sc_type == SC_TYPE_COPY) in find_stateid_locked()
3152 (typemask & s->sc_type)) in find_stateid_by_type()
3475 switch (st->sc_type) { in states_show()
[all …]
H A Dstate.h127 unsigned short sc_type; member
H A Dtrace.h741 __field(unsigned long, sc_type)
752 __entry->sc_type = stid->sc_type;
763 __entry->sc_count, show_stid_type(__entry->sc_type),
H A Dnfs4proc.c1282 if (st && (st->sc_type & SC_TYPE_DELEG)) { in nfsd4_setattr()