Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4layouts.c347 refcount_inc(&ls->ls_stid.sc_count); in nfsd4_recall_file_layout()
452 refcount_inc(&ls->ls_stid.sc_count); in nfsd4_insert_layout()
H A Dnfs4state.c933 refcount_set(&stid->sc_count, 1); in nfs4_alloc_stid()
1181 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) { in nfs4_put_stid()
1333 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1582 if (!refcount_dec_and_test(&s->sc_count)) { in put_ol_stateid_locked()
1753 refcount_inc(&stid->sc_count); in find_one_sb_stid()
1839 refcount_inc(&stid->sc_count); in nfsd4_revoke_states()
2752 refcount_inc(&s->sc_count); in find_stateid_by_type()
3271 refcount_inc(&dp->dl_stid.sc_count); in nfs4_cb_getattr()
5023 refcount_inc(&ret->st_stid.sc_count); in nfsd4_find_existing_open()
5205 refcount_inc(&stp->st_stid.sc_count); in init_open_stateid()
[all …]
H A Dstate.h113 refcount_t sc_count; member