Searched refs:btrfs_dir_item (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/btrfs/
H A Ddir-item.h21 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
25 struct btrfs_dir_item *btrfs_lookup_dir_index_item(
30 struct btrfs_dir_item *btrfs_search_dir_index_item(struct btrfs_root *root,
36 struct btrfs_dir_item *di);
42 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
47 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info,
H A Ddir-item.c16 * success a struct btrfs_dir_item pointer is returned, otherwise it is
21 static struct btrfs_dir_item *insert_with_overflow(struct btrfs_trans_handle
37 struct btrfs_dir_item *di;
49 return (struct btrfs_dir_item *)ptr;
63 struct btrfs_dir_item *dir_item;
117 struct btrfs_dir_item *dir_item;
177 static struct btrfs_dir_item *btrfs_lookup_match_dir(
212 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
219 struct btrfs_dir_item *di;
238 struct btrfs_dir_item *d
[all...]
H A Dxattr.c30 struct btrfs_dir_item *di;
67 * |struct btrfs_dir_item|name|data|
86 struct btrfs_dir_item *di = NULL;
204 di = (struct btrfs_dir_item *)ptr;
306 struct btrfs_dir_item *di;
321 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
350 di = (struct btrfs_dir_item *)((char *)di + this_len);
H A Daccessors.h532 /* struct btrfs_dir_item */
533 BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
534 BTRFS_SETGET_FUNCS(dir_flags, struct btrfs_dir_item, type, 8);
535 BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
536 BTRFS_SETGET_FUNCS(dir_transid, struct btrfs_dir_item, transid, 64);
537 BTRFS_SETGET_STACK_FUNCS(stack_dir_flags, struct btrfs_dir_item, type, 8);
538 BTRFS_SETGET_STACK_FUNCS(stack_dir_data_len, struct btrfs_dir_item, data_len, 16);
539 BTRFS_SETGET_STACK_FUNCS(stack_dir_name_len, struct btrfs_dir_item, name_len, 16);
540 BTRFS_SETGET_STACK_FUNCS(stack_dir_transid, struct btrfs_dir_item, transid, 64);
543 const struct btrfs_dir_item *ite
[all...]
H A Dprops.c163 struct btrfs_dir_item *di;
191 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
241 di = (struct btrfs_dir_item *)((char *) di + this_len);
H A Dtree-log.c927 struct btrfs_dir_item *di)
974 struct btrfs_dir_item *di;
1059 struct btrfs_dir_item *di;
1778 struct btrfs_dir_item *dst_di,
1823 struct btrfs_dir_item *di,
1827 struct btrfs_dir_item *dir_dst_di;
1828 struct btrfs_dir_item *index_dst_di;
1955 struct btrfs_dir_item *di;
1960 di = btrfs_item_ptr(eb, slot, struct btrfs_dir_item);
2105 struct btrfs_dir_item *d
[all...]
H A Dprint-tree.c241 struct btrfs_dir_item *di;
277 di = btrfs_item_ptr(l, i, struct btrfs_dir_item);
H A Dctree.h469 return BTRFS_MAX_ITEM_SIZE(info) - sizeof(struct btrfs_dir_item);
H A Ddelayed-inode.c1481 struct btrfs_dir_item *dir_item;
1500 dir_item = (struct btrfs_dir_item *)delayed_item->data;
1783 struct btrfs_dir_item *di;
1807 di = (struct btrfs_dir_item *)curr->data;
H A Dsend.c1114 * Helper function to iterate the entries in ONE btrfs_dir_item.
1125 struct btrfs_dir_item *di;
1152 di = btrfs_item_ptr(eb, slot, struct btrfs_dir_item);
1209 di = (struct btrfs_dir_item *)((char *)di + len);
1825 struct btrfs_dir_item *di;
1998 struct btrfs_dir_item *di;
2959 struct btrfs_dir_item *di;
2981 di = btrfs_item_ptr(eb, path->slots[0], struct btrfs_dir_item);
3209 struct btrfs_dir_item *di;
3262 struct btrfs_dir_item);
[all...]
H A Dtree-checker.c507 struct btrfs_dir_item *di;
514 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
632 di = (struct btrfs_dir_item *)((void *)di + total_size);
H A Dinode.c4100 struct btrfs_dir_item *di;
4270 struct btrfs_dir_item *di;
4377 struct btrfs_dir_item *di;
5395 struct btrfs_dir_item *di;
5942 struct btrfs_dir_item *di;
5990 di = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dir_item);
H A Dtransaction.c1646 struct btrfs_dir_item *dir_item;
H A Dsuper.c874 struct btrfs_dir_item *di;
H A Dioctl.c2955 struct btrfs_dir_item *di;
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h390 * struct btrfs_dir_item.type
908 struct btrfs_dir_item { struct

Completed in 250 milliseconds