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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c3022 int isbigfile = 0, defer_remove=0, isdir=0; local
3141 isbigfile = ((cp->c_datafork->ff_size >= HFS_BIGFILE_SIZE) && overflow_extents(VTOF(vp)));
3188 if (!dataforkbusy && cp->c_datafork->ff_blocks && !isbigfile) {
3225 if (!dataforkbusy && !isbigfile && cp->c_datafork->ff_blocks != 0) {
3275 if (dataforkbusy || rsrcforkbusy || isbigfile || defer_remove) {

Completed in 12 milliseconds