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

/linux-4.4.14/fs/xfs/
H A Dxfs_inode_item.h35 unsigned int ili_last_fields; /* fields when flushed */ member in struct:xfs_inode_log_item
H A Dxfs_trans_inode.c136 * Always OR in the bits from the ili_last_fields field. xfs_trans_log_inode()
142 flags |= ip->i_itemp->ili_last_fields; xfs_trans_log_inode()
H A Dxfs_inode_item.c678 * ili_last_fields bits now that we know that the data corresponding to xfs_iflush_done()
687 iip->ili_last_fields = 0; xfs_iflush_done()
713 * Clear the ili_last_fields bits now that we know that the xfs_iflush_abort()
716 iip->ili_last_fields = 0; xfs_iflush_abort()
H A Dxfs_inode.c2366 iip->ili_last_fields = iip->ili_fields; xfs_ifree_cluster()
3556 * What we do is move the bits to the ili_last_fields field. When xfs_iflush_int()
3558 * In the xfs_iflush_done() routine we clear ili_last_fields, since we xfs_iflush_int()
3561 * again, then both ili_fields and ili_last_fields will be cleared. xfs_iflush_int()
3565 * lock protects the ili_last_fields bits. Set ili_logged so the flush xfs_iflush_int()
3572 iip->ili_last_fields = iip->ili_fields; xfs_iflush_int()

Completed in 109 milliseconds