Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4layouts.c147 spin_lock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
150 spin_unlock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
164 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid()
165 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid()
167 trace_nfsd_layoutstate_free(&ls->ls_stid.sc_stateid); in nfsd4_free_layout_stateid()
187 atomic_dec(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_free_layout_stateid()
282 trace_nfsd_layoutstate_alloc(&ls->ls_stid.sc_stateid); in nfsd4_alloc_layout_stateid()
319 ls = container_of(stid, struct nfs4_layout_stateid, ls_stid); in nfsd4_preprocess_layout_stateid()
351 atomic_inc(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_recall_file_layout()
352 trace_nfsd_layout_recall(&ls->ls_stid.sc_stateid); in nfsd4_recall_file_layout()
[all …]
H A Dstate.h815 struct nfs4_stid ls_stid; member
835 return container_of(s, struct nfs4_layout_stateid, ls_stid); in layoutstateid()
H A Dnfs4proc.c2841 if (atomic_read(&ls->ls_stid.sc_file->fi_lo_recalls)) in nfsd4_layoutget()
2853 nfs4_put_stid(&ls->ls_stid); in nfsd4_layoutget()
2929 nfsd4_file_mark_deleg_written(ls->ls_stid.sc_file); in nfsd4_layoutcommit()
2930 nfs4_put_stid(&ls->ls_stid); in nfsd4_layoutcommit()
H A Dnfs4callback.c837 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
H A Dnfs4state.c3447 ls = container_of(st, struct nfs4_layout_stateid, ls_stid); in nfs4_show_layout()
3455 spin_lock(&ls->ls_stid.sc_file->fi_lock); in nfs4_show_layout()
3463 spin_unlock(&ls->ls_stid.sc_file->fi_lock); in nfs4_show_layout()