Searched refs:ili_fsync_fields (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode_item.h35 unsigned int ili_fsync_fields; /* logged since last fsync */ member in struct:xfs_inode_log_item
H A Dxfs_file.c96 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP))
106 * the log force before we clear the ili_fsync_fields field. This ensures that
108 * hit the journal before returning. If we race with clearing ili_fsync_fields,
110 * already be on disk. We can't race with setting ili_fsync_fields because that
112 * shared until after the ili_fsync_fields is cleared.
130 ip->i_itemp->ili_fsync_fields = 0;
H A Dxfs_inode_item.c126 iip->ili_fsync_fields |= (flags & ~XFS_ILOG_IVERSION);
1010 iip->ili_fsync_fields = 0;
H A Dxfs_inode.c2354 iip->ili_fsync_fields = 0;
3459 iip->ili_fsync_fields = 0;
H A Dxfs_iomap.c136 (ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP))

Completed in 146 milliseconds