BBSIZE            819 fs/xfs/libxfs/xfs_fs.h #define BBMASK		(BBSIZE-1)
BBSIZE            820 fs/xfs/libxfs/xfs_fs.h #define BTOBB(bytes)	(((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
BBSIZE            172 fs/xfs/libxfs/xfs_log_format.h 	__be32	  h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
BBSIZE            181 fs/xfs/libxfs/xfs_log_format.h 	__be32	  xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /*	: 256 */
BBSIZE            130 fs/xfs/libxfs/xfs_log_rlimit.c 		min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
BBSIZE           1138 fs/xfs/libxfs/xfs_sb.c 		geo->logsectsize = BBSIZE;
BBSIZE           1620 fs/xfs/xfs_log.c 		if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE))
BBSIZE           1624 fs/xfs/xfs_log.c 		dp += BBSIZE;
BBSIZE           1631 fs/xfs/xfs_log.c 			j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           1632 fs/xfs/xfs_log.c 			k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           1635 fs/xfs/xfs_log.c 			dp += BBSIZE;
BBSIZE           1794 fs/xfs/xfs_log.c 	for (i = split_offset; i < count; i += BBSIZE) {
BBSIZE           3647 fs/xfs/xfs_log.c 		unit_bytes += 2 * BBSIZE;
BBSIZE           3832 fs/xfs/xfs_log.c 	for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) {
BBSIZE           3853 fs/xfs/xfs_log.c 			if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
BBSIZE           3854 fs/xfs/xfs_log.c 				j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           3855 fs/xfs/xfs_log.c 				k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           3877 fs/xfs/xfs_log.c 			if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
BBSIZE           3878 fs/xfs/xfs_log.c 				j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           3879 fs/xfs/xfs_log.c 				k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE            414 fs/xfs/xfs_log_recover.c 			buf += BBSIZE;
BBSIZE            490 fs/xfs/xfs_log_recover.c 			offset -= BBSIZE;
BBSIZE           1562 fs/xfs/xfs_log_recover.c 	memset(buf, 0, BBSIZE);
BBSIZE           1642 fs/xfs/xfs_log_recover.c 			offset += BBSIZE;
BBSIZE           5110 fs/xfs/xfs_log_recover.c 		  i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
BBSIZE           5112 fs/xfs/xfs_log_recover.c 		dp += BBSIZE;
BBSIZE           5118 fs/xfs/xfs_log_recover.c 			j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           5119 fs/xfs/xfs_log_recover.c 			k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
BBSIZE           5121 fs/xfs/xfs_log_recover.c 			dp += BBSIZE;
BBSIZE            787 fs/xfs/xfs_super.c 		unsigned int	log_sector_size = BBSIZE;
BBSIZE           1599 fs/xfs/xfs_super.c 	sb_min_blocksize(sb, BBSIZE);