Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c415 * Deal with the wrap case, DI_MAX_FLUSH is less in xlog_recover_inode_commit_pass2()
418 if (be16_to_cpu(dip->di_flushiter) == DI_MAX_FLUSH && in xlog_recover_inode_commit_pass2()
419 ldip->di_flushiter < (DI_MAX_FLUSH >> 1)) { in xlog_recover_inode_commit_pass2()
H A Dxfs_inode.c2474 /* Wrap, we never let the log put out DI_MAX_FLUSH */ in xfs_iflush()
2476 if (ip->i_flushiter == DI_MAX_FLUSH) in xfs_iflush()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h980 #define DI_MAX_FLUSH 0xffff macro