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

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c377 * Deal with the wrap case, DI_MAX_FLUSH is less
380 if (be16_to_cpu(dip->di_flushiter) == DI_MAX_FLUSH &&
381 ldip->di_flushiter < (DI_MAX_FLUSH >> 1)) {
H A Dxfs_inode.c3428 /* Wrap, we never let the log put out DI_MAX_FLUSH */
3430 if (ip->i_flushiter == DI_MAX_FLUSH)
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h881 #define DI_MAX_FLUSH 0xffff macro

Completed in 488 milliseconds