Home
last modified time | relevance | path

Searched refs:fh_pre_saved (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/nfsd/
Dnfsfh.h93 bool fh_pre_saved; /* pre-op attrs saved */ member
293 fhp->fh_pre_saved = false; in fh_clear_pre_post_attrs()
Dnfsfh.c624 if (fhp->fh_no_wcc || fhp->fh_pre_saved) in fh_fill_pre_attrs()
638 fhp->fh_pre_saved = true; in fh_fill_pre_attrs()
689 fhp->fh_pre_saved = true; in fh_fill_both_attrs()
Dnfs3xdr.c407 if (!fhp->fh_pre_saved) { in svcxdr_encode_pre_op_attr()
Dnfs4proc.c397 cinfo->atomic = (u32)(fhp->fh_pre_saved && fhp->fh_post_saved && !fhp->fh_no_atomic_attr); in set_change_info()
411 if (WARN_ON_ONCE(!fhp->fh_pre_saved)) in set_change_info()