Searched refs:ili_extents_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode_item.h133 struct xfs_bmbt_rec_64 *ili_extents_buf; /* array of logged member in struct:xfs_inode_log_item
H A Dxfs_inode_item.c323 ASSERT(iip->ili_extents_buf == NULL);
352 iip->ili_extents_buf = ext_buffer;
678 if (iip->ili_extents_buf != NULL) {
683 kmem_free(iip->ili_extents_buf, ip->i_df.if_bytes);
684 iip->ili_extents_buf = NULL;
925 iip->ili_extents_buf = NULL;

Completed in 97 milliseconds