Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.c280 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()
286 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()
617 fhp->fh_no_wcc = ref_fh ? ref_fh->fh_no_wcc : false; in fh_compose()
723 if (fhp->fh_no_wcc || fhp->fh_pre_saved) in fh_fill_pre_attrs()
750 if (fhp->fh_no_wcc) in fh_fill_post_attrs()
808 fhp->fh_no_wcc = false; in fh_put()
H A Dnfsfh.h88 bool fh_no_wcc; /* no wcc data needed */ member
H A Dnfs4proc.c1290 save_no_wcc = cstate->current_fh.fh_no_wcc; in nfsd4_setattr()
1291 cstate->current_fh.fh_no_wcc = true; in nfsd4_setattr()
1293 cstate->current_fh.fh_no_wcc = save_no_wcc; in nfsd4_setattr()