Home
last modified time | relevance | path

Searched refs:BTRFS_DEV_ITEM_KEY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs_tree.h207 #define BTRFS_DEV_ITEM_KEY 216 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h212 #define BTRFS_DEV_ITEM_KEY 216 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs_tree.h207 #define BTRFS_DEV_ITEM_KEY 216 macro
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dprint-tree.c317 case BTRFS_DEV_ITEM_KEY: in btrfs_print_leaf()
H A Dvolumes.c1813 key.type = BTRFS_DEV_ITEM_KEY; in find_next_devid()
1829 BTRFS_DEV_ITEM_KEY); in find_next_devid()
1862 key.type = BTRFS_DEV_ITEM_KEY; in btrfs_add_dev_item()
1940 key.type = BTRFS_DEV_ITEM_KEY; in btrfs_rm_dev_item()
2491 key.type = BTRFS_DEV_ITEM_KEY; in btrfs_finish_sprout()
2514 key.type != BTRFS_DEV_ITEM_KEY) in btrfs_finish_sprout()
2790 key.type = BTRFS_DEV_ITEM_KEY; in btrfs_update_device()
7198 if (found_key.type == BTRFS_DEV_ITEM_KEY) { in btrfs_read_chunk_tree()
H A Dtree-checker.c1560 case BTRFS_DEV_ITEM_KEY: in check_leaf_item()