Home
last modified time | relevance | path

Searched refs:BX_CVTENXIO (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_vfs.c144 if ((bp->b_xflags & BX_CVTENXIO) != 0) { in g_vfs_done()
/freebsd/sys/sys/
H A Dbuf.h262 #define BX_CVTENXIO 0x00000004 /* Convert errors to ENXIO */ macro
/freebsd/sys/kern/
H A Dvfs_bio.c2267 bp->b_xflags |= BX_CVTENXIO; in breadn_flags()
2874 bp->b_xflags &= ~(BX_CVTENXIO); in brelse()
2906 bp->b_xflags &= ~(BX_CVTENXIO); in bqrelse()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c2574 bp->b_xflags |= BX_CVTENXIO; in ffs_geom_strategy()
H A Dffs_softdep.c3825 bp->b_xflags |= BX_CVTENXIO; in softdep_process_journal()