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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode_item.h136 unsigned int ili_last_fields; /* fields when flushed */ member in struct:xfs_inode_log_item
H A Dxfs_trans_inode.c143 * Always OR in the bits from the ili_last_fields field.
149 flags |= ip->i_itemp->ili_last_fields;
H A Dxfs_inode_item.c863 * Clear the ili_last_fields bits now that we know that the
866 iip->ili_last_fields = 0;
901 * Clear the ili_last_fields bits now that we know that the
904 iip->ili_last_fields = 0;
H A Dxfs_inode.c2043 iip->ili_last_fields = iip->ili_format.ilf_fields;
3030 * What we do is move the bits to the ili_last_fields field.
3033 * clear ili_last_fields, since we know that the information
3036 * both ilf_fields and ili_last_fields will be cleared.
3040 * and the flush lock protects the ili_last_fields bits.
3049 iip->ili_last_fields = iip->ili_format.ilf_fields;
3078 ASSERT(iip->ili_last_fields == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_inode_item.h136 unsigned int ili_last_fields; /* fields when flushed */ member in struct:xfs_inode_log_item
H A Dxfs_trans_inode.c143 * Always OR in the bits from the ili_last_fields field.
149 flags |= ip->i_itemp->ili_last_fields;
H A Dxfs_inode_item.c863 * Clear the ili_last_fields bits now that we know that the
866 iip->ili_last_fields = 0;
901 * Clear the ili_last_fields bits now that we know that the
904 iip->ili_last_fields = 0;
H A Dxfs_inode.c2043 iip->ili_last_fields = iip->ili_format.ilf_fields;
3030 * What we do is move the bits to the ili_last_fields field.
3033 * clear ili_last_fields, since we know that the information
3036 * both ilf_fields and ili_last_fields will be cleared.
3040 * and the flush lock protects the ili_last_fields bits.
3049 iip->ili_last_fields = iip->ili_format.ilf_fields;
3078 ASSERT(iip->ili_last_fields == 0);

Completed in 84 milliseconds