Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h580 #define BBSIZE (1<<BBSHIFT) macro
581 #define BBMASK (BBSIZE-1)
582 #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.4.14/fs/xfs/
Dxfs_log.c1266 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1277 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1628 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1632 dp += BBSIZE; in xlog_pack_data()
1639 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1640 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1643 dp += BBSIZE; in xlog_pack_data()
1826 for (i = 0; i < split; i += BBSIZE) { in xlog_sync()
1832 dptr += BBSIZE; in xlog_sync()
3642 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()
4180 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
4182 dp += BBSIZE; in xlog_unpack_data()
4188 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
4189 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
4191 dp += BBSIZE; in xlog_unpack_data()
Dxfs_super.c797 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1464 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
Dxfs_fsops.c108 mp->m_sb.sb_logsectsize : BBSIZE; in xfs_fs_geometry()