BBSIZE
#define BBMASK (BBSIZE-1)
#define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
#define XLOG_CYCLE_DATA_SIZE (XLOG_HEADER_CYCLE_SIZE / BBSIZE)
min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
geo->logsectsize = BBSIZE;
log->l_iclog_roundoff = BBSIZE;
dp += BBSIZE;
for (i = split_offset; i < count; i += BBSIZE) {
if (log->l_iclog_roundoff > BBSIZE) {
for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) {
memset(buf, 0, BBSIZE);
offset += BBSIZE;
dp += BBSIZE;
buf += BBSIZE;
offset -= BBSIZE;
if (!sb_min_blocksize(sb, BBSIZE)) {
unsigned int log_sector_size = BBSIZE;