Searched refs:BBSIZE (Results 1 – 6 of 6) sorted by relevance
1400 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()1536 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()1540 dp += BBSIZE; in xlog_pack_data()1547 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1548 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1551 dp += BBSIZE; in xlog_pack_data()1741 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()2826 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()3371 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()3392 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()[all …]
357 buf += BBSIZE; in xlog_find_verify_cycle()446 offset -= BBSIZE; in xlog_find_verify_log_record()1492 memset(buf, 0, BBSIZE); in xlog_add_record()1572 offset += BBSIZE; in xlog_write_log_records()2865 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()2867 dp += BBSIZE; in xlog_unpack_data()2873 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2874 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2876 dp += BBSIZE; in xlog_unpack_data()
527 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()1539 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
1084 #define BBSIZE (1<<BBSHIFT) macro1085 #define BBMASK (BBSIZE-1)1086 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
591 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
1491 geo->logsectsize = BBSIZE; in xfs_fs_geometry()