Searched refs:bli_orig (Results 1 - 4 of 4) 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_buf_item.h102 char *bli_orig; /* original buffer copy */ member in struct:xfs_buf_log_item
H A Dxfs_buf_item.c46 * in conjunction with the bli_orig array in the buf log item to
111 * the buf log item's bli_orig array to the current copy of the buffer
124 ASSERT(bip->bli_orig != NULL);
130 orig = bip->bli_orig;
726 * and what our callers request to be logged. bli_orig
732 bip->bli_orig = (char *)kmem_alloc(XFS_BUF_COUNT(bp), KM_SLEEP);
733 memcpy(bip->bli_orig, XFS_BUF_PTR(bp), XFS_BUF_COUNT(bp));
855 kmem_free(bip->bli_orig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.h102 char *bli_orig; /* original buffer copy */ member in struct:xfs_buf_log_item
H A Dxfs_buf_item.c46 * in conjunction with the bli_orig array in the buf log item to
111 * the buf log item's bli_orig array to the current copy of the buffer
124 ASSERT(bip->bli_orig != NULL);
130 orig = bip->bli_orig;
726 * and what our callers request to be logged. bli_orig
732 bip->bli_orig = (char *)kmem_alloc(XFS_BUF_COUNT(bp), KM_SLEEP);
733 memcpy(bip->bli_orig, XFS_BUF_PTR(bp), XFS_BUF_COUNT(bp));
855 kmem_free(bip->bli_orig);

Completed in 112 milliseconds