Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c1556 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1776 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1780 dp += BBSIZE; in xlog_pack_data()
1787 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1788 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1791 dp += BBSIZE; in xlog_pack_data()
1981 for (i = split_offset; i < count; i += BBSIZE) { in xlog_split_iclog()
3100 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3646 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) { in xlog_verify_iclog()
3667 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()
1496 memset(buf, 0, BBSIZE); in xlog_add_record()
1576 offset += BBSIZE; in xlog_write_log_records()
2835 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2837 dp += BBSIZE; in xlog_unpack_data()
2843 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2844 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2846 dp += BBSIZE; in xlog_unpack_data()
H A Dxfs_super.c522 unsigned int log_sector_size = BBSIZE; in xfs_setup_devices()
1521 sb_min_blocksize(sb, BBSIZE); in xfs_fs_fill_super()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h850 #define BBSIZE (1<<BBSHIFT) macro
851 #define BBMASK (BBSIZE-1)
852 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
H A Dxfs_log_rlimit.c197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()
H A Dxfs_log_format.h173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
182 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
H A Dxfs_ialloc_btree.c576 ((XFS_MAX_AG_BYTES - (4 * BBSIZE)) / XFS_DINODE_MIN_SIZE) / \
H A Dxfs_sb.c1250 geo->logsectsize = BBSIZE; in xfs_fs_geometry()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch88 - (off64_t)fsgeo.blocksize / BBSIZE;
90 + (off_t)fsgeo.blocksize / BBSIZE;
91 sunit = (fsgeo.sunit * fsgeo.blocksize) / BBSIZE;
92 swidth = (fsgeo.swidth * fsgeo.blocksize) / BBSIZE;