Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h569 #define BBSIZE (1<<BBSHIFT) macro
570 #define BBMASK (BBSIZE-1)
571 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
Dxfs_log_rlimit.c144 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
Dxfs_log_format.h165 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
174 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
/linux-4.1.27/fs/xfs/
Dxfs_log.c1249 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1260 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1611 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1615 dp += BBSIZE; in xlog_pack_data()
1622 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1623 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1626 dp += BBSIZE; in xlog_pack_data()
1804 for (i = 0; i < split; i += BBSIZE) { in xlog_sync()
1810 dptr += BBSIZE; in xlog_sync()
3605 unit_bytes += 2 * BBSIZE; in xfs_log_calc_unit_res()
[all …]
Dxfs_log_recover.c480 buf += BBSIZE; in xlog_find_verify_cycle()
554 offset -= BBSIZE; in xlog_find_verify_log_record()
1210 memset(buf, 0, BBSIZE); in xlog_add_record()
1291 offset += BBSIZE; in xlog_write_log_records()
4064 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
4066 dp += BBSIZE; in xlog_unpack_data()
4072 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
4073 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
4075 dp += BBSIZE; in xlog_unpack_data()
Dxfs_super.c798 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1464 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
Dxfs_fsops.c106 mp->m_sb.sb_logsectsize : BBSIZE; in xfs_fs_geometry()