Home
last modified time | relevance | path

Searched refs:sc_stateid (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c179 trace_nfsd_layoutstate_free(&ls->ls_stid.sc_stateid); in nfsd4_free_layout_stateid()
275 trace_nfsd_layoutstate_alloc(&ls->ls_stid.sc_stateid); in nfsd4_alloc_layout_stateid()
316 if (nfsd4_stateid_generation_after(stateid, &stid->sc_stateid)) in nfsd4_preprocess_layout_stateid()
345 trace_nfsd_layout_recall(&ls->ls_stid.sc_stateid); in nfsd4_recall_file_layout()
535 trace_nfsd_layoutstate_unhash(&ls->ls_stid.sc_stateid); in nfsd4_return_file_layouts()
677 trace_nfsd_cb_layout_done(&ls->ls_stid.sc_stateid, task); in nfsd4_cb_layout_done()
706 trace_nfsd_layout_recall_fail(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done()
720 trace_nfsd_layout_recall_done(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done()
733 trace_nfsd_layout_recall_release(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_release()
H A Dnfs4state.c942 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid()
1163 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
1210 stateid_t *src = &stid->sc_stateid; in nfs4_inc_and_copy_stateid()
2881 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_open()
2925 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_lock()
2977 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_deleg()
3007 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_layout()
5051 &stp->st_stid.sc_stateid); in nfsd4_lock_ol_stateid()
6223 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
6396 trace_nfsd_open(&stp->st_stid.sc_stateid); in nfsd4_process_open2()
[all …]
H A Dstate.h125 stateid_t sc_stateid; member
H A Dtrace.h688 const stateid_t *stp = &stid->sc_stateid;
1738 const stateid_t *stp = &stid->sc_stateid;
H A Dnfs4callback.c344 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
H A Dnfs4proc.c2075 memcpy(&cps->cp_p_stateid, &stid->sc_stateid, sizeof(stateid_t)); in nfsd4_copy_notify()