Searched refs:memzero_extent_buffer (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent_io.h341 void memzero_extent_buffer(const struct extent_buffer *eb, unsigned long start,
H A Dfile-item.c977 memzero_extent_buffer(leaf, item_offset + offset,
H A Dextent_io.c1674 memzero_extent_buffer(eb, end, eb->len - end);
1686 memzero_extent_buffer(eb, start, end - start);
4631 void memzero_extent_buffer(const struct extent_buffer *eb, unsigned long start, function
H A Dfree-space-cache.c189 memzero_extent_buffer(leaf, (unsigned long)inode_item,
217 memzero_extent_buffer(leaf, (unsigned long)header, sizeof(*header));
H A Drelocation.c3878 memzero_extent_buffer(leaf, (unsigned long)item, sizeof(*item));
H A Ddisk-io.c281 memzero_extent_buffer(eb, 0, eb->len);
H A Dextent-tree.c5111 memzero_extent_buffer(buf, 0, sizeof(struct btrfs_header));
H A Dvolumes.c3618 memzero_extent_buffer(leaf, (unsigned long)item, sizeof(*item));
H A Dinode.c6378 memzero_extent_buffer(path->nodes[0], (unsigned long)inode_item,

Completed in 306 milliseconds