Lines Matching defs:buf
24 char buf[32];
103 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
105 if (memcmp(buf, split1, strlen(split1))) {
108 (int)strlen(split1), buf, split1);
127 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1),
129 if (memcmp(buf, split2, strlen(split2))) {
158 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
160 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))) {
204 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2),
206 if (memcmp(buf, split2, strlen(split2))) {