Home
last modified time | relevance | path

Searched refs:parent_key (Results 1 – 2 of 2) sorted by relevance

/u-boot/fs/btrfs/
A Dctree.c101 struct btrfs_disk_key *parent_key, struct extent_buffer *buf) in btrfs_check_node() argument
113 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() argument
164 if (parent_key && parent_key->type && in btrfs_check_leaf()
165 memcmp(parent_key, &key, sizeof(key))) { in btrfs_check_leaf()
A Dctree.h1244 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