Searched refs:fh_no_wcc (Results 1 – 4 of 4) sorted by relevance
283 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()289 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()597 fhp->fh_no_wcc = ref_fh ? ref_fh->fh_no_wcc : false; in fh_compose()676 if (fhp->fh_no_wcc || fhp->fh_pre_saved) in fh_fill_pre_attrs()703 if (fhp->fh_no_wcc) in fh_fill_post_attrs()761 fhp->fh_no_wcc = false; in fh_put()
86 bool fh_no_wcc; /* no wcc data needed */ member
21 .fh_no_wcc = true,437 if (fhp->fh_no_wcc || !dentry || !d_really_is_positive(dentry)) in svcxdr_encode_post_op_attr()
1198 save_no_wcc = cstate->current_fh.fh_no_wcc; in nfsd4_setattr()1199 cstate->current_fh.fh_no_wcc = true; in nfsd4_setattr()1201 cstate->current_fh.fh_no_wcc = save_no_wcc; in nfsd4_setattr()
Completed in 16 milliseconds