Lines Matching refs:btrfs_dir_item
1263 return BTRFS_MAX_ITEM_SIZE(info) - sizeof(struct btrfs_dir_item); in BTRFS_MAX_XATTR_SIZE()
1885 BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
1886 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
1887 BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
1888 BTRFS_SETGET_FUNCS(dir_transid, struct btrfs_dir_item, transid, 64);
1889 BTRFS_SETGET_STACK_FUNCS(stack_dir_type, struct btrfs_dir_item, type, 8);
1890 BTRFS_SETGET_STACK_FUNCS(stack_dir_data_len, struct btrfs_dir_item,
1892 BTRFS_SETGET_STACK_FUNCS(stack_dir_name_len, struct btrfs_dir_item,
1894 BTRFS_SETGET_STACK_FUNCS(stack_dir_transid, struct btrfs_dir_item,
1898 const struct btrfs_dir_item *item, in btrfs_dir_item_key()
1901 read_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_dir_item_key()
1905 struct btrfs_dir_item *item, in btrfs_set_dir_item_key()
1908 write_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_set_dir_item_key()
1974 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
2017 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
2868 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
2873 struct btrfs_dir_item *
2879 struct btrfs_dir_item *
2886 struct btrfs_dir_item *di);
2892 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
2897 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info,