Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4layouts.c355 refcount_inc(&ls->ls_stid.sc_count); in nfsd4_recall_file_layout()
460 refcount_inc(&ls->ls_stid.sc_count); in nfsd4_insert_layout()
915 !refcount_inc_not_zero(&ls->ls_stid.sc_count)) { in nfsd4_layout_lm_breaker_timedout()
H A Dnfs4state.c972 refcount_set(&stid->sc_count, 1); in nfs4_alloc_stid()
1364 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) { in nfs4_put_stid()
1511 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1781 if (!refcount_dec_and_test(&s->sc_count)) { in put_ol_stateid_locked()
1956 refcount_inc(&stid->sc_count); in find_one_sb_stid()
2036 refcount_inc(&stid->sc_count); in revoke_one_stid()
2140 refcount_inc(&stid->sc_count); in find_one_export_stid()
3153 refcount_inc(&s->sc_count); in find_stateid_by_type()
3668 if (!refcount_inc_not_zero(&dp->dl_stid.sc_count)) { in nfsd_break_one_deleg()
3675 refcount_dec(&dp->dl_stid.sc_count); in nfsd_break_one_deleg()
[all …]
H A Dstate.h115 refcount_t sc_count; member
H A Dtrace.h743 __field(int, sc_count)
754 __entry->sc_count = refcount_read(&stid->sc_count);
763 __entry->sc_count, show_stid_type(__entry->sc_type),