Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dnfs4layouts.c159 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid()
160 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid()
162 trace_nfsd_layoutstate_free(&ls->ls_stid.sc_stateid); in nfsd4_free_layout_stateid()
177 atomic_dec(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_free_layout_stateid()
261 trace_nfsd_layoutstate_alloc(&ls->ls_stid.sc_stateid); in nfsd4_alloc_layout_stateid()
298 ls = container_of(stid, struct nfs4_layout_stateid, ls_stid); in nfsd4_preprocess_layout_stateid()
327 atomic_inc(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_recall_file_layout()
331 trace_nfsd_layout_recall(&ls->ls_stid.sc_stateid); in nfsd4_recall_file_layout()
333 refcount_inc(&ls->ls_stid.sc_count); in nfsd4_recall_file_layout()
386 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict()
[all …]
Dstate.h613 struct nfs4_stid ls_stid; member
628 return container_of(s, struct nfs4_layout_stateid, ls_stid); in layoutstateid()
Dblocklayout.c330 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_scsi_fence_client()
Dnfs4proc.c2262 if (atomic_read(&ls->ls_stid.sc_file->fi_lo_recalls)) in nfsd4_layoutget()
2274 nfs4_put_stid(&ls->ls_stid); in nfsd4_layoutget()
2344 nfs4_put_stid(&ls->ls_stid); in nfsd4_layoutcommit()
Dnfs4callback.c565 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
Dnfs4state.c2733 ls = container_of(st, struct nfs4_layout_stateid, ls_stid); in nfs4_show_layout()