Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c380 error = ncl_vinvalbuf(vp, V_SAVE | V_ALLOWCLEAN, td, 1); in nfs_bioread_check_cons()
403 error = ncl_vinvalbuf(vp, V_SAVE | V_ALLOWCLEAN, td, 1); in nfs_bioread_check_cons()
1348 flags |= V_ALLOWCLEAN; in ncl_vinvalbuf()
/freebsd/sys/sys/
H A Dvnode.h423 #define V_ALLOWCLEAN 0x0020 /* vinvalbuf: allow clean buffers after flush */ macro
/freebsd/sys/kern/
H A Dvfs_subr.c2380 V_ALLOWCLEAN)) == 0 && (bo->bo_dirty.bv_cnt > 0 || in bufobj_invalbuf()