Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_log.c1401 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1537 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1541 dp += BBSIZE; in xlog_pack_data()
1548 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1549 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1552 dp += BBSIZE; in xlog_pack_data()
2805 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3350 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3372 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3373 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()
1492 memset(buf, 0, BBSIZE); in xlog_add_record()
1572 offset += BBSIZE; in xlog_write_log_records()
2869 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2871 dp += BBSIZE; in xlog_unpack_data()
2877 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2878 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2880 dp += BBSIZE; in xlog_unpack_data()
A Dxfs_super.c549 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1704 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/fs/xfs/libxfs/
A Dxfs_fs.h1102 #define BBSIZE (1<<BBSHIFT) macro
1103 #define BBMASK (BBSIZE-1)
1104 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
A Dxfs_log_rlimit.c247 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
A Dxfs_log_format.h176 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
185 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
A Dxfs_ialloc_btree.c591 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
A Dxfs_sb.c1566 geo->logsectsize = BBSIZE; in xfs_fs_geometry()

Completed in 37 milliseconds