BBSIZE 790 fs/xfs/linux-2.6/xfs_super.c unsigned int log_sector_size = BBSIZE;
BBSIZE 1699 fs/xfs/linux-2.6/xfs_super.c sb_min_blocksize(sb, BBSIZE);
BBSIZE 498 fs/xfs/xfs_fs.h #define BBMASK (BBSIZE-1)
BBSIZE 499 fs/xfs/xfs_fs.h #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
BBSIZE 105 fs/xfs/xfs_fsops.c mp->m_sb.sb_logsectsize : BBSIZE;
BBSIZE 1154 fs/xfs/xfs_log.c log->l_iclog_hsize = BBSIZE;
BBSIZE 1165 fs/xfs/xfs_log.c log->l_iclog_hsize = BBSIZE;
BBSIZE 1563 fs/xfs/xfs_log.c for (i = 0; i < split; i += BBSIZE) {
BBSIZE 1567 fs/xfs/xfs_log.c dptr += BBSIZE;
BBSIZE 3275 fs/xfs/xfs_log.c unit_bytes += 2*BBSIZE;
BBSIZE 3411 fs/xfs/xfs_log.c for (ptr += BBSIZE; ptr < ((xfs_caddr_t)&iclog->ic_header) + count;
BBSIZE 3412 fs/xfs/xfs_log.c ptr += BBSIZE) {
BBSIZE 3433 fs/xfs/xfs_log.c if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
BBSIZE 3434 fs/xfs/xfs_log.c j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3435 fs/xfs/xfs_log.c k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3456 fs/xfs/xfs_log.c if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
BBSIZE 3457 fs/xfs/xfs_log.c j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3458 fs/xfs/xfs_log.c k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 299 fs/xfs/xfs_log_priv.h __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
BBSIZE 308 fs/xfs/xfs_log_priv.h __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
BBSIZE 382 fs/xfs/xfs_log_recover.c buf += BBSIZE;
BBSIZE 456 fs/xfs/xfs_log_recover.c offset -= BBSIZE;
BBSIZE 1102 fs/xfs/xfs_log_recover.c memset(buf, 0, BBSIZE);
BBSIZE 1179 fs/xfs/xfs_log_recover.c offset += BBSIZE;
BBSIZE 3372 fs/xfs/xfs_log_recover.c i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
BBSIZE 3375 fs/xfs/xfs_log_recover.c dp += BBSIZE;
BBSIZE 3381 fs/xfs/xfs_log_recover.c j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3382 fs/xfs/xfs_log_recover.c k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3385 fs/xfs/xfs_log_recover.c dp += BBSIZE;
BBSIZE 3440 fs/xfs/xfs_log_recover.c i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
BBSIZE 3442 fs/xfs/xfs_log_recover.c dp += BBSIZE;
BBSIZE 3448 fs/xfs/xfs_log_recover.c j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3449 fs/xfs/xfs_log_recover.c k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE 3451 fs/xfs/xfs_log_recover.c dp += BBSIZE;