Home
last modified time | relevance | path

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

/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.h1242 struct btrfs_disk_key *parent_key, struct extent_buffer *buf);
1245 struct btrfs_disk_key *parent_key, struct extent_buffer *buf);

Completed in 567 milliseconds