Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c2239 if (XFS_BUF_ISERROR(bp)) { in xlog_recover_do_buffer_trans()
2345 if (XFS_BUF_ISERROR(bp)) { in xlog_recover_do_inode_trans()
3243 if (XFS_BUF_ISERROR(agibp)) { in xlog_recover_process_iunlinks()
3334 if (XFS_BUF_ISERROR(agibp)) { in xlog_recover_process_iunlinks()
4039 if (XFS_BUF_ISERROR(agfbp)) { in xlog_recover_check_summary()
4057 if (XFS_BUF_ISERROR(agibp)) { in xlog_recover_check_summary()
Dxfs_mount.c483 if (!bp || XFS_BUF_ISERROR(bp)) {
526 if (!bp || XFS_BUF_ISERROR(bp)) {
Dxfs_trans_buf.c357 ASSERT((XFS_BUF_ISERROR(bp)) == 0); in xfs_trans_read_buf()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.h431 #define XFS_BUF_ISERROR(x) (pagebuf_geterror(x)?1:0) macro