Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c84 #define XLOG_SECTOR_ROUNDUP_BBCOUNT(log, bbs) \ macro
98 num_bblks += XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1); in xlog_get_bp()
99 num_bblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, num_bblks); in xlog_get_bp()
126 nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks); in xlog_bread()
162 nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks); in xlog_bwrite()
1131 int sectbb = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1); in xlog_write_log_records()