Home
last modified time | relevance | path

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)
592 enum bi_type { BI_NORMAL, BI_ALLOC_ONLY, BI_FALLOCATE }; enumerator
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c359 alloc_type = BI_NORMAL; /* make sure */ in bmap_write()
521 if (alloc_type == BI_NORMAL || in bmap_write()
801 } else if (alloc_type == BI_NORMAL || in bmap_write()
H A Dufs_directio.c529 BI_NORMAL, NULL, cr); in ufs_directio_write()
H A Dufs_vnops.c4571 BI_NORMAL, NULL, cr); in ufs_getpage()