Searched refs:BI_NORMAL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h568 bmap_write((ip), (u_offset_t)(off), (size), BI_NORMAL, NULL, cr)
587 * BI_NORMAL - allocate and zero fill pages in memory
592 enum bi_type { BI_NORMAL, BI_ALLOC_ONLY, BI_FALLOCATE }; enumerator in enum:bi_type
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c302 * are zeroed. For all other allocation types (BI_NORMAL) the in-core pages will
359 alloc_type = BI_NORMAL; /* make sure */
521 if (alloc_type == BI_NORMAL ||
801 } else if (alloc_type == BI_NORMAL ||
H A Dufs_directio.c546 BI_NORMAL, NULL, cr);
H A Dufs_vnops.c4699 BI_NORMAL, NULL, cr);

Completed in 80 milliseconds