Searched refs:sc_stateid (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfs4layouts.c | 162 trace_nfsd_layoutstate_free(&ls->ls_stid.sc_stateid); in nfsd4_free_layout_stateid() 261 trace_nfsd_layoutstate_alloc(&ls->ls_stid.sc_stateid); in nfsd4_alloc_layout_stateid() 302 if (nfsd4_stateid_generation_after(stateid, &stid->sc_stateid)) in nfsd4_preprocess_layout_stateid() 331 trace_nfsd_layout_recall(&ls->ls_stid.sc_stateid); in nfsd4_recall_file_layout() 520 trace_nfsd_layoutstate_unhash(&ls->ls_stid.sc_stateid); in nfsd4_return_file_layouts() 661 trace_nfsd_cb_layout_done(&ls->ls_stid.sc_stateid, task); in nfsd4_cb_layout_done() 690 trace_nfsd_layout_recall_fail(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done() 699 trace_nfsd_layout_recall_done(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done() 712 trace_nfsd_layout_recall_release(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_release()
|
H A D | nfs4state.c | 958 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid() 1180 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg() 1222 stateid_t *src = &stid->sc_stateid; in nfs4_inc_and_copy_stateid() 2634 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_open() 2674 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_lock() 2710 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_deleg() 2737 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_layout() 5666 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation() 5670 trace_nfsd_deleg_write(&dp->dl_stid.sc_stateid); in nfs4_open_delegation() 5673 trace_nfsd_deleg_read(&dp->dl_stid.sc_stateid); in nfs4_open_delegation() [all …]
|
H A D | state.h | 102 stateid_t sc_stateid; member
|
H A D | trace.h | 676 const stateid_t *stp = &stid->sc_stateid; 1444 const stateid_t *stp = &stid->sc_stateid;
|
H A D | nfs4callback.c | 332 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
|
H A D | nfs4proc.c | 1940 memcpy(&cps->cp_p_stateid, &stid->sc_stateid, sizeof(stateid_t)); in nfsd4_copy_notify()
|