Lines Matching refs:btrfs_dir_item
398 sizeof(struct btrfs_dir_item))
749 struct btrfs_dir_item { struct
2754 BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
2755 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
2756 BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
2757 BTRFS_SETGET_FUNCS(dir_transid, struct btrfs_dir_item, transid, 64);
2758 BTRFS_SETGET_STACK_FUNCS(stack_dir_type, struct btrfs_dir_item, type, 8);
2759 BTRFS_SETGET_STACK_FUNCS(stack_dir_data_len, struct btrfs_dir_item,
2761 BTRFS_SETGET_STACK_FUNCS(stack_dir_name_len, struct btrfs_dir_item,
2763 BTRFS_SETGET_STACK_FUNCS(stack_dir_transid, struct btrfs_dir_item,
2767 struct btrfs_dir_item *item, in btrfs_dir_item_key()
2770 read_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_dir_item_key()
2774 struct btrfs_dir_item *item, in btrfs_set_dir_item_key()
2777 write_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_set_dir_item_key()
2840 struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
3802 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
3807 struct btrfs_dir_item *
3813 struct btrfs_dir_item *
3820 struct btrfs_dir_item *di);
3826 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
3833 struct btrfs_dir_item *dir_item);
3834 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,