Searched refs:BBSIZE (Results 1 – 7 of 7) sorted by relevance
1578 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()1582 dp += BBSIZE; in xlog_pack_data()1589 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1590 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1593 dp += BBSIZE; in xlog_pack_data()1762 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()3414 unit_bytes += 2 * BBSIZE; in xfs_log_calc_unit_res()3588 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()3609 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()3610 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()[all …]
363 buf += BBSIZE; in xlog_find_verify_cycle()452 offset -= BBSIZE; in xlog_find_verify_log_record()1502 memset(buf, 0, BBSIZE); in xlog_add_record()1582 offset += BBSIZE; in xlog_write_log_records()2803 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()2805 dp += BBSIZE; in xlog_unpack_data()2811 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2812 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2814 dp += BBSIZE; in xlog_unpack_data()
472 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()1403 sb_min_blocksize(sb, BBSIZE); in xfs_fc_fill_super()
130 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
849 #define BBSIZE (1<<BBSHIFT) macro850 #define BBMASK (BBSIZE-1)851 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
172 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];181 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
1174 geo->logsectsize = BBSIZE; in xfs_fs_geometry()