Home
last modified time | relevance | path

Searched refs:BBSIZE (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/fs/xfs/
Dxfs_log.c1555 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1775 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1779 dp += BBSIZE; in xlog_pack_data()
1786 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1787 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1790 dp += BBSIZE; in xlog_pack_data()
1980 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()
3099 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3645 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3666 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
[all …]
Dxfs_log_recover.c357 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()
2826 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2828 dp += BBSIZE; in xlog_unpack_data()
2834 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2835 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2837 dp += BBSIZE; in xlog_unpack_data()
Dxfs_super.c522 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1522 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_fs.h850 #define BBSIZE (1<<BBSHIFT) macro
851 #define BBMASK (BBSIZE-1)
852 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
Dxfs_log_rlimit.c197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
Dxfs_log_format.h173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
182 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
Dxfs_ialloc_btree.c576 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
Dxfs_sb.c1253 geo->logsectsize = BBSIZE; in xfs_fs_geometry()