Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c159 spin_lock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
162 spin_unlock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
177 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid()
192 atomic_dec(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_free_layout_stateid()
231 struct nfs4_file *fp = parent->sc_file; in nfsd4_alloc_layout_stateid()
241 stp->sc_file = fp; in nfsd4_alloc_layout_stateid()
298 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
344 atomic_inc(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_recall_file_layout()
401 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict()
421 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout()
[all …]
H A Dnfs4state.c1178 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1608 fp = stp->st_stid.sc_file; in free_ol_stateid_reaplist()
2878 nf = st->sc_file; in nfs4_show_open()
2922 nf = st->sc_file; in nfs4_show_lock()
2974 nf = st->sc_file; in nfs4_show_deleg()
5149 stp->st_stid.sc_file = fp; in init_open_stateid()
5202 if (s->st_stid.sc_file) { in move_to_close_lru()
5204 s->st_stid.sc_file = NULL; in move_to_close_lru()
6602 nf = stp->st_stid.sc_file; in nfs4_lockowner_has_blockers()
8005 stp->st_stid.sc_file = fp; in init_lock_stateid()
[all …]
H A Dnfs4callback.c349 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()
387 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
782 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
H A Dstate.h128 struct nfs4_file *sc_file; member
H A Dnfs4proc.c2440 if (atomic_read(&ls->ls_stid.sc_file->fi_lo_recalls)) in nfsd4_layoutget()