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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c200 ip->i_flushiter = be16_to_cpu(from->di_flushiter);
353 to->di_flushiter = cpu_to_be16(ip->i_flushiter);
/linux-master/fs/xfs/
H A Dxfs_inode.h64 uint16_t i_flushiter; /* incremented on flush */ member in union:xfs_inode::__anon137
H A Dxfs_inode_item.c563 to->di_flushiter = ip->i_flushiter;
H A Dxfs_inode.c3663 ip->i_flushiter++;
3686 if (ip->i_flushiter == DI_MAX_FLUSH)
3687 ip->i_flushiter = 0;

Completed in 137 milliseconds