Searched defs:VERYLARGEFILESIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c149 * within 1 GB of a terabyte. VERYLARGEFILESIZE below is the number of
153 * greater than VERYLARGEFILESIZE.
161 #define VERYLARGEFILESIZE 0x7FE00000 macro
344 if (ip->i_blocks >= VERYLARGEFILESIZE)

Completed in 46 milliseconds