Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4layouts.c159 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid()
176 atomic_dec(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_free_layout_stateid()
216 struct nfs4_file *fp = parent->sc_file; in nfsd4_alloc_layout_stateid()
226 stp->sc_file = fp; in nfsd4_alloc_layout_stateid()
283 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
329 atomic_inc(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_recall_file_layout()
385 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict()
405 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout()
549 !fh_fsid_match(&ls->ls_stid.sc_file->fi_fhandle, in nfsd4_return_client_layouts()
Dnfs4state.c847 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
857 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
900 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
986 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1178 recalculate_deny_mode(stp->st_stid.sc_file); in reset_union_bmap_deny()
1186 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1193 nfs4_file_put_access(stp->st_stid.sc_file, i); in release_all_access()
1225 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1256 file = find_any_file(stp->st_stid.sc_file); in nfs4_free_lock_stateid()
1334 fp = stp->st_stid.sc_file; in free_ol_stateid_reaplist()
[all …]
Dstate.h102 struct nfs4_file *sc_file; member
Dnfs4callback.c335 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()
577 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
Dnfs4proc.c1426 if (atomic_read(&ls->ls_stid.sc_file->fi_lo_recalls)) in nfsd4_layoutget()