Searched refs:btrfs_root_ref (Results 1 – 5 of 5) sorted by relevance
/u-boot/fs/btrfs/ |
A D | subvolume.c | 95 struct btrfs_root_ref *rr; in list_one_subvol() 119 struct btrfs_root_ref); in list_one_subvol()
|
A D | ctree.h | 651 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 652 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 653 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16); 655 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64); 656 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64); 657 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
A D | conv-funcs.h | 148 DEFINE_CONV(btrfs_root_ref, dirid, sequence, name_len)
|
A D | inode.c | 75 struct btrfs_root_ref *root_ref; in lookup_root_ref() 102 struct btrfs_root_ref); in lookup_root_ref()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 729 struct btrfs_root_ref { struct
|
Completed in 596 milliseconds