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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode_item.h132 unsigned int ili_last_fields; /* fields when flushed */ member in struct:xfs_inode_log_item
H A Dxfs_trans_inode.c269 * Always OR in the bits from the ili_last_fields field.
275 flags |= ip->i_itemp->ili_last_fields;
H A Dxfs_inode_item.c997 * Clear the ili_last_fields bits now that we know that the
1000 iip->ili_last_fields = 0;
1042 * Clear the ili_last_fields bits now that we know that the
1045 iip->ili_last_fields = 0;
H A Dxfs_inode.c2306 iip->ili_last_fields = iip->ili_format.ilf_fields;
3488 * What we do is move the bits to the ili_last_fields field.
3491 * clear ili_last_fields, since we know that the information
3494 * both ilf_fields and ili_last_fields will be cleared.
3498 * and the flush lock protects the ili_last_fields bits.
3507 iip->ili_last_fields = iip->ili_format.ilf_fields;
3539 ASSERT(iip->ili_last_fields == 0);

Completed in 113 milliseconds