Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_inode_buf.c201 ip->i_flushiter = be16_to_cpu(from->di_flushiter); in xfs_inode_from_disk()
364 to->di_flushiter = cpu_to_be16(ip->i_flushiter); in xfs_inode_to_disk()
/fs/xfs/
A Dxfs_inode.h70 uint16_t i_flushiter; /* incremented on flush */ member
A Dxfs_inode.c2453 ip->i_flushiter++; in xfs_iflush()
2476 if (ip->i_flushiter == DI_MAX_FLUSH) in xfs_iflush()
2477 ip->i_flushiter = 0; in xfs_iflush()
A Dxfs_inode_item.c616 to->di_flushiter = ip->i_flushiter; in xfs_inode_to_log_dinode()

Completed in 11 milliseconds