Searched refs:btrfs_root_item (Results 1 – 4 of 4) sorted by relevance
/u-boot/fs/btrfs/ |
A D | ctree.h | 83 struct btrfs_root_item root_item; 843 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item, 853 struct btrfs_root_item *root_item) in btrfs_root_ctime() 856 ptr += offsetof(struct btrfs_root_item, ctime); in btrfs_root_ctime() 861 struct btrfs_root_item *root_item) in btrfs_root_otime() 864 ptr += offsetof(struct btrfs_root_item, otime); in btrfs_root_otime() 869 struct btrfs_root_item *root_item) in btrfs_root_stime() 872 ptr += offsetof(struct btrfs_root_item, stime); in btrfs_root_stime() 877 struct btrfs_root_item *root_item) in btrfs_root_rtime() 880 ptr += offsetof(struct btrfs_root_item, rtime); in btrfs_root_rtime() [all …]
|
A D | root-tree.c | 6 struct btrfs_root_item *item, struct btrfs_key *key) in btrfs_find_last_root()
|
A D | conv-funcs.h | 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 683 struct btrfs_root_item { struct
|
Completed in 10 milliseconds