XLOG_SECTOR_ROUNDUP_BBCOUNT 82 fs/xfs/xfs_log_recover.c num_bblks += XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1); XLOG_SECTOR_ROUNDUP_BBCOUNT 83 fs/xfs/xfs_log_recover.c num_bblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, num_bblks); XLOG_SECTOR_ROUNDUP_BBCOUNT 110 fs/xfs/xfs_log_recover.c nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks); XLOG_SECTOR_ROUNDUP_BBCOUNT 147 fs/xfs/xfs_log_recover.c nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks); XLOG_SECTOR_ROUNDUP_BBCOUNT 1125 fs/xfs/xfs_log_recover.c int sectbb = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1);