Symbol: btrfs_dev_item
fs/btrfs/accessors.h
101
struct btrfs_dev_item *s)
fs/btrfs/accessors.h
103
static_assert(sizeof(u64) == sizeof_field(struct btrfs_dev_item, total_bytes));
fs/btrfs/accessors.h
104
return btrfs_get_64(eb, s, offsetof(struct btrfs_dev_item, total_bytes));
fs/btrfs/accessors.h
107
struct btrfs_dev_item *s,
fs/btrfs/accessors.h
110
static_assert(sizeof(u64) == sizeof_field(struct btrfs_dev_item, total_bytes));
fs/btrfs/accessors.h
112
btrfs_set_64(eb, s, offsetof(struct btrfs_dev_item, total_bytes), val);
fs/btrfs/accessors.h
115
BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
fs/btrfs/accessors.h
116
BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64);
fs/btrfs/accessors.h
117
BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32);
fs/btrfs/accessors.h
118
BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
fs/btrfs/accessors.h
119
BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item, start_offset, 64);
fs/btrfs/accessors.h
120
BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32);
fs/btrfs/accessors.h
121
BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64);
fs/btrfs/accessors.h
122
BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32);
fs/btrfs/accessors.h
123
BTRFS_SETGET_FUNCS(device_seek_speed, struct btrfs_dev_item, seek_speed, 8);
fs/btrfs/accessors.h
124
BTRFS_SETGET_FUNCS(device_bandwidth, struct btrfs_dev_item, bandwidth, 8);
fs/btrfs/accessors.h
125
BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);
fs/btrfs/accessors.h
127
BTRFS_SETGET_STACK_FUNCS(stack_device_type, struct btrfs_dev_item, type, 64);
fs/btrfs/accessors.h
128
BTRFS_SETGET_STACK_FUNCS(stack_device_total_bytes, struct btrfs_dev_item,
fs/btrfs/accessors.h
130
BTRFS_SETGET_STACK_FUNCS(stack_device_bytes_used, struct btrfs_dev_item,
fs/btrfs/accessors.h
132
BTRFS_SETGET_STACK_FUNCS(stack_device_io_align, struct btrfs_dev_item,
fs/btrfs/accessors.h
134
BTRFS_SETGET_STACK_FUNCS(stack_device_io_width, struct btrfs_dev_item,
fs/btrfs/accessors.h
136
BTRFS_SETGET_STACK_FUNCS(stack_device_sector_size, struct btrfs_dev_item,
fs/btrfs/accessors.h
138
BTRFS_SETGET_STACK_FUNCS(stack_device_id, struct btrfs_dev_item, devid, 64);
fs/btrfs/accessors.h
139
BTRFS_SETGET_STACK_FUNCS(stack_device_group, struct btrfs_dev_item, dev_group, 32);
fs/btrfs/accessors.h
140
BTRFS_SETGET_STACK_FUNCS(stack_device_seek_speed, struct btrfs_dev_item,
fs/btrfs/accessors.h
142
BTRFS_SETGET_STACK_FUNCS(stack_device_bandwidth, struct btrfs_dev_item,
fs/btrfs/accessors.h
144
BTRFS_SETGET_STACK_FUNCS(stack_device_generation, struct btrfs_dev_item,
fs/btrfs/accessors.h
147
static inline unsigned long btrfs_device_uuid(struct btrfs_dev_item *d)
fs/btrfs/accessors.h
149
return (unsigned long)d + offsetof(struct btrfs_dev_item, uuid);
fs/btrfs/accessors.h
152
static inline unsigned long btrfs_device_fsid(struct btrfs_dev_item *d)
fs/btrfs/accessors.h
154
return (unsigned long)d + offsetof(struct btrfs_dev_item, fsid);
fs/btrfs/disk-io.c
4116
struct btrfs_dev_item *dev_item;
fs/btrfs/print-tree.c
532
struct btrfs_dev_item));
fs/btrfs/print-tree.c
77
struct btrfs_dev_item *dev_item)
fs/btrfs/tree-checker.c
1164
struct btrfs_dev_item *ditem;
fs/btrfs/tree-checker.c
1180
ditem = btrfs_item_ptr(leaf, slot, struct btrfs_dev_item);
fs/btrfs/volumes.c
2072
struct btrfs_dev_item *dev_item;
fs/btrfs/volumes.c
2093
dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item);
fs/btrfs/volumes.c
2785
struct btrfs_dev_item *dev_item;
fs/btrfs/volumes.c
2827
struct btrfs_dev_item);
fs/btrfs/volumes.c
3110
struct btrfs_dev_item *dev_item;
fs/btrfs/volumes.c
3130
dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item);
fs/btrfs/volumes.c
7690
struct btrfs_dev_item *dev_item,
fs/btrfs/volumes.c
7772
struct btrfs_dev_item *dev_item)
fs/btrfs/volumes.c
8081
struct btrfs_dev_item *dev_item;
fs/btrfs/volumes.c
8083
struct btrfs_dev_item);
include/uapi/linux/btrfs_tree.h
713
struct btrfs_dev_item dev_item;