Searched refs:btrfs_root_ref (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Droot-tree.c359 struct btrfs_root_ref *ref;
379 struct btrfs_root_ref);
420 * add a btrfs_root_ref item. type is either BTRFS_ROOT_REF_KEY
440 struct btrfs_root_ref *ref;
457 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
H A Dexport.c173 struct btrfs_root_ref *ref;
212 struct btrfs_root_ref);
H A Dctree.h595 struct btrfs_root_ref { struct
1642 * struct btrfs_root_ref
1644 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
1645 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
1646 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
H A Dinode.c3594 struct btrfs_root_ref *ref;
3616 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);

Completed in 214 milliseconds