Lines Matching defs:item

313  * the item in the leaf (relative to the start of the data area)
322 * leaves have an item area and a data area:
353 * The slots array records the index of the item or block pointer
619 * delayed dir index item
900 struct mutex qgroup_rescan_lock; /* protects the progress item */
1216 /* Pointer to a file extent item of type regular or prealloc. */
1725 struct btrfs_tree_block_info *item,
1728 read_eb_member(eb, item, struct btrfs_tree_block_info, key, key);
1732 struct btrfs_tree_block_info *item,
1735 write_eb_member(eb, item, struct btrfs_tree_block_info, key, key);
1847 struct btrfs_item *item)
1849 return btrfs_item_offset(eb, item) + btrfs_item_size(eb, item);
1870 struct btrfs_item *item = btrfs_item_nr(nr);
1871 read_eb_member(eb, item, struct btrfs_item, key, disk_key);
1877 struct btrfs_item *item = btrfs_item_nr(nr);
1878 write_eb_member(eb, item, struct btrfs_item, key, disk_key);
1904 const struct btrfs_dir_item *item,
1907 read_eb_member(eb, item, struct btrfs_dir_item, location, key);
1911 struct btrfs_dir_item *item,
1914 write_eb_member(eb, item, struct btrfs_dir_item, location, key);
1980 const struct btrfs_dir_item *item,
1985 btrfs_dir_item_key(eb, item, disk_key);
2023 const struct btrfs_dir_item *item,
2027 btrfs_dir_item_key(eb, item, &disk_key);
2316 * this returns the address of the start of the last item,
2378 * this returns the number of bytes used by the item on disk, minus the
2834 /* root-item.c */
2845 struct btrfs_root_item *item);
2849 struct btrfs_root_item *item);
2854 void btrfs_set_root_node(struct btrfs_root_item *item,
2856 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
2867 /* dir-item.c */
2914 /* inode-item.c */
2944 /* file-item.c */