Searched refs:sc_stateid (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4layouts.c | 161 trace_nfsd_layoutstate_free(&ls->ls_stid.sc_stateid); in nfsd4_free_layout_stateid() 260 trace_nfsd_layoutstate_alloc(&ls->ls_stid.sc_stateid); in nfsd4_alloc_layout_stateid() 301 if (nfsd4_stateid_generation_after(stateid, &stid->sc_stateid)) in nfsd4_preprocess_layout_stateid() 330 trace_nfsd_layout_recall(&ls->ls_stid.sc_stateid); in nfsd4_recall_file_layout() 519 trace_nfsd_layoutstate_unhash(&ls->ls_stid.sc_stateid); in nfsd4_return_file_layouts() 689 trace_nfsd_layout_recall_fail(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done() 698 trace_nfsd_layout_recall_done(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_done() 711 trace_nfsd_layout_recall_release(&ls->ls_stid.sc_stateid); in nfsd4_cb_layout_release()
|
| H A D | nfs4state.c | 734 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid() 735 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid() 950 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg() 980 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id); in nfs4_put_stid() 991 stateid_t *src = &stid->sc_stateid; in nfs4_inc_and_copy_stateid() 1401 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id); in put_ol_stateid_locked() 2470 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_open() 2509 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_lock() 2544 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_deleg() 2571 nfs4_show_stateid(s, &st->sc_stateid); in nfs4_show_layout() [all …]
|
| H A D | state.h | 102 stateid_t sc_stateid; member
|
| H A D | nfs4callback.c | 321 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
|
| H A D | nfs4proc.c | 1629 memcpy(&cps->cp_p_stateid, &stid->sc_stateid, sizeof(stateid_t)); in nfsd4_copy_notify()
|