Searched refs:BBSIZE (Results 1 – 9 of 9) sorted by relevance
1556 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()1776 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()1780 dp += BBSIZE; in xlog_pack_data()1787 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1788 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1791 dp += BBSIZE; in xlog_pack_data()1981 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()3100 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()3646 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()3667 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()1496 memset(buf, 0, BBSIZE); in xlog_add_record()1576 offset += BBSIZE; in xlog_write_log_records()2835 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()2837 dp += BBSIZE; in xlog_unpack_data()2843 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2844 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2846 dp += BBSIZE; in xlog_unpack_data()
522 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()1521 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
850 #define BBSIZE (1<<BBSHIFT) macro851 #define BBMASK (BBSIZE-1)852 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];182 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
576 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
1250 geo->logsectsize = BBSIZE; in xfs_fs_geometry()
88 - (off64_t)fsgeo.blocksize / BBSIZE;90 + (off_t)fsgeo.blocksize / BBSIZE;91 sunit = (fsgeo.sunit * fsgeo.blocksize) / BBSIZE;92 swidth = (fsgeo.swidth * fsgeo.blocksize) / BBSIZE;