Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbufobj.h119 #define BO_NONSTERILE (1 << 4) /* Ever called reassignbuf() */ macro
/freebsd/sys/kern/
H A Dvfs_subr.c3217 if ((bo->bo_flag & BO_NONSTERILE) == 0) { in reassignbuf()
3224 bo->bo_flag |= BO_NONSTERILE; in reassignbuf()
H A Dvfs_bio.c4015 if ((bo->bo_flag & BO_NONSTERILE) == 0) in getblkx()