Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c409 has_holes = bmap_has_holes(ip); in ufs_directio_write()
520 has_holes = bmap_has_holes(ip); in ufs_directio_write()
H A Dufs_filio.c652 if (!bmap_has_holes(ip)) { in ufs_fio_holey()
H A Dufs_bmap.c916 bmap_has_holes(struct inode *ip) in bmap_has_holes() function
H A Dufs_vnops.c427 !(ioflag & FSYNC) && !bmap_has_holes(ip) && in ufs_check_rewrite()
4521 has_holes = bmap_has_holes(ip); in ufs_getpage()
5894 if (bmap_has_holes(ip)) { in ufs_pageio()
6130 if (bmap_has_holes(ip)) { in ufs_dumpctl()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h888 extern int bmap_has_holes(struct inode *);