Lines Matching defs:buf
24 char buf[32];
100 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
102 if (memcmp(buf, split1, strlen(split1))) {
105 (int)strlen(split1), buf, split1);
125 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1),
127 if (memcmp(buf, split2, strlen(split2))) {
157 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
159 if (memcmp(buf, split3, strlen(split3))) {
181 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1),
183 if (memcmp(buf, split4, strlen(split4))) {
205 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2),
207 if (memcmp(buf, split2, strlen(split2))) {