Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dnfsfh.c311 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()
314 fhp->fh_no_wcc = true; in nfsd_set_fh_dentry()
586 fhp->fh_no_wcc = ref_fh ? ref_fh->fh_no_wcc : false; in fh_compose()
691 fhp->fh_no_wcc = false; in fh_put()
Dnfs3xdr.c21 .fh_no_wcc = true,
440 if (fhp->fh_no_wcc || !dentry || !d_really_is_positive(dentry)) in svcxdr_encode_post_op_attr()
504 if (fhp->fh_no_wcc || fhp->fh_pre_saved) in fill_pre_wcc()
534 if (fhp->fh_no_wcc) in fill_post_wcc()
Dnfsfh.h39 bool fh_no_wcc; /* no wcc data needed */ member