Home
last modified time | relevance | path

Searched refs:fh_post_saved (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/nfsd/
Dnfsfh.h47 bool fh_post_saved; /* post-op attrs saved */ member
247 fhp->fh_post_saved = false; in fh_clear_wcc()
Dnfs3xdr.c466 if (!dentry || !d_really_is_positive(dentry) || !fhp->fh_post_saved) in svcxdr_encode_wcc_data()
537 if (fhp->fh_post_saved) in fill_post_wcc()
540 fhp->fh_post_saved = true; in fill_post_wcc()
546 fhp->fh_post_saved = false; in fill_post_wcc()
Dxdr4.h751 cinfo->atomic = (u32)(fhp->fh_post_saved && !fhp->fh_no_atomic_attr); in set_change_info()