Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfsfh.h37 unsigned char fh_post_saved; /* post-op attrs saved */ member
216 fhp->fh_post_saved = 0; in fh_clear_wcc()
Dnfs3xdr.c236 if (dentry && d_really_is_positive(dentry) && fhp->fh_post_saved) { in encode_wcc_data()
259 if (fhp->fh_post_saved) in fill_post_wcc()
265 fhp->fh_post_saved = 0; in fill_post_wcc()
269 fhp->fh_post_saved = 1; in fill_post_wcc()
Dnfsfh.c636 fhp->fh_post_saved = 0; in fh_put()
Dxdr4.h634 cinfo->atomic = fhp->fh_post_saved; in set_change_info()