Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/nfsd/
Dnfsfh.h145 unsigned char fh_post_saved; /* post-op attrs saved */ member
/linux-2.6.39/fs/nfsd/
Dnfs3xdr.c234 if (dentry && dentry->d_inode && fhp->fh_post_saved) { in encode_wcc_data()
257 if (fhp->fh_post_saved) in fill_post_wcc()
264 fhp->fh_post_saved = 0; in fill_post_wcc()
268 fhp->fh_post_saved = 1; in fill_post_wcc()
Dxdr4.h494 cinfo->atomic = fhp->fh_post_saved; in set_change_info()
Dnfsfh.c638 fhp->fh_post_saved = 0; in fh_put()