taglinefilesource code
ISOFS_ZONE_BITS684fs/isofs/inode.cblock = extent << (ISOFS_ZONE_BITS(parent) - bufbits);
ISOFS_ZONE_BITS722fs/isofs/inode.cblock = parent_dir << (ISOFS_ZONE_BITS(parent) - bufbits);
ISOFS_ZONE_BITS744fs/isofs/inode.cif((block & 1) && (ISOFS_ZONE_BITS(parent) - bufbits) == 1)
ISOFS_ZONE_BITS748fs/isofs/inode.cif((block & 3) && (ISOFS_ZONE_BITS(parent) - bufbits) == 2)