Searched refs:parent_key (Results 1 – 2 of 2) sorted by relevance
101 struct btrfs_disk_key *parent_key, struct extent_buffer *buf) in btrfs_check_node() argument113 if (parent_key && parent_key->type) { in btrfs_check_node()115 if (memcmp(parent_key, &key, sizeof(key))) in btrfs_check_node()132 struct btrfs_disk_key *parent_key, struct extent_buffer *buf) in btrfs_check_leaf() argument164 if (parent_key && parent_key->type && in btrfs_check_leaf()165 memcmp(parent_key, &key, sizeof(key))) { in btrfs_check_leaf()
1244 struct btrfs_disk_key *parent_key, struct extent_buffer *buf);1247 struct btrfs_disk_key *parent_key, struct extent_buffer *buf);
Completed in 13 milliseconds