Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_log.c1562 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1782 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1786 dp += BBSIZE; in xlog_pack_data()
1793 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1794 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1797 dp += BBSIZE; in xlog_pack_data()
1986 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()
3116 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3662 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3683 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()
2827 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2829 dp += BBSIZE; in xlog_unpack_data()
2835 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2836 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2838 dp += BBSIZE; in xlog_unpack_data()
Dxfs_super.c505 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1462 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_fs.h844 #define BBSIZE (1<<BBSHIFT) macro
845 #define BBMASK (BBSIZE-1)
846 #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.c560 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
Dxfs_sb.c1194 geo->logsectsize = BBSIZE; in xfs_fs_geometry()