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

/linux-master/fs/xfs/
H A Dxfs_inode_item.h33 unsigned int ili_last_fields; /* fields when flushed */ member in struct:xfs_inode_log_item
H A Dxfs_inode_item.c164 * Always OR in the bits from the ili_last_fields field. This is to
169 iip->ili_fields |= (flags | iip->ili_last_fields);
934 iip->ili_last_fields = 0;
967 if (!iip->ili_last_fields)
1008 iip->ili_last_fields = 0;
H A Dxfs_inode.c2333 ASSERT(iip->ili_last_fields);
2352 iip->ili_last_fields = iip->ili_fields;
2356 ASSERT(iip->ili_last_fields);
3447 * What we do is move the bits to the ili_last_fields field. When
3449 * In the xfs_buf_inode_iodone() routine we clear ili_last_fields, since
3452 * again, then both ili_fields and ili_last_fields will be cleared.
3457 iip->ili_last_fields = iip->ili_fields;

Completed in 132 milliseconds