Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c1400 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1536 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1540 dp += BBSIZE; in xlog_pack_data()
1547 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1548 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1551 dp += BBSIZE; in xlog_pack_data()
1741 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()
2826 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3371 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3392 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
[all …]
H 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()
2865 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2867 dp += BBSIZE; in xlog_unpack_data()
2873 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2874 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2876 dp += BBSIZE; in xlog_unpack_data()
H A Dxfs_super.c527 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1539 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h1084 #define BBSIZE (1<<BBSHIFT) macro
1085 #define BBMASK (BBSIZE-1)
1086 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
H A Dxfs_ialloc_btree.c591 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
H A Dxfs_sb.c1491 geo->logsectsize = BBSIZE; in xfs_fs_geometry()