Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h716 int32_t ud_bmap_has_holes(struct ud_inode *);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c100 ud_bmap_has_holes(struct ud_inode *ip) in ud_bmap_has_holes() function
H A Dudf_vnops.c1733 has_holes = ud_bmap_has_holes(ip); in udf_getpage()