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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c67 #define XLOG_SECTOR_ROUNDUP_BBCOUNT(log, bbs) \ macro
81 num_bblks += XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1);
82 num_bblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, num_bblks);
109 nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks);
145 nbblks = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, nbblks);
1115 int sectbb = XLOG_SECTOR_ROUNDUP_BBCOUNT(log, 1);

Completed in 148 milliseconds