Home
last modified time | relevance | path

Searched refs:sc_file (Results 1 – 6 of 6) 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()
165 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid()
187 atomic_dec(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_free_layout_stateid()
226 struct nfs4_file *fp = parent->sc_file; in nfsd4_alloc_layout_stateid()
236 stp->sc_file = fp; in nfsd4_alloc_layout_stateid()
305 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
351 atomic_inc(&ls->ls_stid.sc_file->fi_lo_recalls); in nfsd4_recall_file_layout()
408 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict()
428 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout()
[all …]
H A Dnfs4state.c1283 dp->dl_stid.sc_file = fp; in __alloc_init_deleg()
1358 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
1440 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
1526 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1661 recalculate_deny_mode(stp->st_stid.sc_file); in reset_union_bmap_deny()
1669 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1676 nfs4_file_put_access(stp->st_stid.sc_file, i); in release_all_access()
1724 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1757 nf = find_any_file(stp->st_stid.sc_file); in nfs4_free_lock_stateid()
1841 fp = stp->st_stid.sc_file; in free_ol_stateid_reaplist()
[all …]
H A Dnfs4callback.c354 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()
392 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
837 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
929 args.cna_fh.len = dp->dl_stid.sc_file->fi_fhandle.fh_size; in nfs4_xdr_enc_cb_notify()
930 args.cna_fh.data = dp->dl_stid.sc_file->fi_fhandle.fh_raw; in nfs4_xdr_enc_cb_notify()
H A Dstate.h150 struct nfs4_file *sc_file; member
H A Dnfs4proc.c1222 struct timespec64 now = current_time(dp->dl_stid.sc_file->fi_inode); in vet_deleg_attrs()
1373 nfsd4_file_mark_deleg_written(stid->sc_file); in nfsd4_write()
2841 if (atomic_read(&ls->ls_stid.sc_file->fi_lo_recalls)) in nfsd4_layoutget()
2929 nfsd4_file_mark_deleg_written(ls->ls_stid.sc_file); in nfsd4_layoutcommit()
H A Dnfs4xdr.c4220 struct nfs4_file *fi = dp->dl_stid.sc_file; in setup_notify_fhandle()