Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c1589 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1809 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1813 dp += BBSIZE; in xlog_pack_data()
1820 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1821 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1824 dp += BBSIZE; in xlog_pack_data()
3132 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3678 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3700 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3701 k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
[all …]
A 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()
A Dxfs_super.c515 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1472 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_fs.h844 #define BBSIZE (1<<BBSHIFT) macro
845 #define BBMASK (BBSIZE-1)
846 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
A Dxfs_log_rlimit.c197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
A Dxfs_log_format.h173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
182 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
A Dxfs_ialloc_btree.c558 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
A Dxfs_sb.c1197 geo->logsectsize = BBSIZE; in xfs_fs_geometry()

Completed in 32 milliseconds