Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log.c1340 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1351 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1705 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1709 dp += BBSIZE; in xlog_pack_data()
1716 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1717 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1720 dp += BBSIZE; in xlog_pack_data()
1903 for (i = 0; i < split; i += BBSIZE) { in xlog_sync()
1909 dptr += BBSIZE; in xlog_sync()
3664 unit_bytes += 2 * BBSIZE; in xfs_log_calc_unit_res()
[all …]
Dxfs_log_recover.c494 buf += BBSIZE; in xlog_find_verify_cycle()
568 offset -= BBSIZE; in xlog_find_verify_log_record()
1639 memset(buf, 0, BBSIZE); in xlog_add_record()
1720 offset += BBSIZE; in xlog_write_log_records()
5177 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
5179 dp += BBSIZE; in xlog_unpack_data()
5185 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
5186 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
5188 dp += BBSIZE; in xlog_unpack_data()
Dxfs_super.c811 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1598 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h635 #define BBSIZE (1<<BBSHIFT) macro
636 #define BBMASK (BBSIZE-1)
637 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
Dxfs_log_rlimit.c132 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
Dxfs_log_format.h172 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
181 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
Dxfs_sb.c1154 geo->logsectsize = BBSIZE; in xfs_fs_geometry()