Symbol: btrfs_inode_item
fs/btrfs/accessors.h
282
BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
fs/btrfs/accessors.h
283
BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
fs/btrfs/accessors.h
284
BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
fs/btrfs/accessors.h
285
BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
fs/btrfs/accessors.h
286
BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
fs/btrfs/accessors.h
287
BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
fs/btrfs/accessors.h
288
BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
fs/btrfs/accessors.h
289
BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
fs/btrfs/accessors.h
290
BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
fs/btrfs/accessors.h
291
BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
fs/btrfs/accessors.h
292
BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
fs/btrfs/accessors.h
293
BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
fs/btrfs/accessors.h
294
BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
fs/btrfs/accessors.h
296
BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
fs/btrfs/accessors.h
298
BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
fs/btrfs/accessors.h
300
BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
fs/btrfs/accessors.h
301
BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item, nbytes, 64);
fs/btrfs/accessors.h
302
BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
fs/btrfs/accessors.h
304
BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
fs/btrfs/accessors.h
305
BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
fs/btrfs/accessors.h
306
BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
fs/btrfs/accessors.h
307
BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
fs/btrfs/accessors.h
308
BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
fs/btrfs/accessors.h
309
BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);
fs/btrfs/delayed-inode.c
1003
struct btrfs_inode_item *inode_item;
fs/btrfs/delayed-inode.c
1033
struct btrfs_inode_item);
fs/btrfs/delayed-inode.c
1035
sizeof(struct btrfs_inode_item));
fs/btrfs/delayed-inode.c
1835
struct btrfs_inode_item *inode_item,
fs/btrfs/delayed-inode.c
1879
struct btrfs_inode_item *inode_item;
fs/btrfs/delayed-inode.h
67
struct btrfs_inode_item inode_item;
fs/btrfs/disk-io.c
955
struct btrfs_inode_item *inode_item;
fs/btrfs/free-space-cache.c
175
struct btrfs_inode_item *inode_item;
fs/btrfs/free-space-cache.c
188
struct btrfs_inode_item);
fs/btrfs/inode-item.c
380
sizeof(struct btrfs_inode_item));
fs/btrfs/inode.c
132
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
159
inode_item = btrfs_item_ptr(eb, warn->path.slots[0], struct btrfs_inode_item);
fs/btrfs/inode.c
3873
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
3908
struct btrfs_inode_item);
fs/btrfs/inode.c
4095
struct btrfs_inode_item *item,
fs/btrfs/inode.c
4135
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
4155
struct btrfs_inode_item);
fs/btrfs/inode.c
6434
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
6550
sizes[0] = sizeof(struct btrfs_inode_item);
fs/btrfs/inode.c
6590
struct btrfs_inode_item);
fs/btrfs/ioctl.c
538
struct btrfs_inode_item *inode_item;
fs/btrfs/print-tree.c
250
struct btrfs_inode_item *ii = btrfs_item_ptr(eb, i, struct btrfs_inode_item);
fs/btrfs/relocation.c
3755
struct btrfs_inode_item *item;
fs/btrfs/relocation.c
3768
item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_inode_item);
fs/btrfs/scrub.c
504
struct btrfs_inode_item *inode_item;
fs/btrfs/scrub.c
533
struct btrfs_inode_item);
fs/btrfs/send.c
2662
struct btrfs_inode_item *ii;
fs/btrfs/send.c
2689
ii = btrfs_item_ptr(eb, slot, struct btrfs_inode_item);
fs/btrfs/send.c
6738
struct btrfs_inode_item *left_ii = NULL;
fs/btrfs/send.c
6739
struct btrfs_inode_item *right_ii = NULL;
fs/btrfs/send.c
6763
struct btrfs_inode_item);
fs/btrfs/send.c
6769
struct btrfs_inode_item);
fs/btrfs/send.c
6776
struct btrfs_inode_item);
fs/btrfs/send.c
919
struct btrfs_inode_item *ii;
fs/btrfs/send.c
940
struct btrfs_inode_item);
fs/btrfs/tree-checker.c
1212
struct btrfs_inode_item *iitem;
fs/btrfs/tree-checker.c
1231
iitem = btrfs_item_ptr(leaf, slot, struct btrfs_inode_item);
fs/btrfs/tree-log.c
2797
struct btrfs_inode_item *inode_item = NULL;
fs/btrfs/tree-log.c
2803
struct btrfs_inode_item);
fs/btrfs/tree-log.c
4616
struct btrfs_inode_item *item,
fs/btrfs/tree-log.c
4685
struct btrfs_inode_item *inode_item;
fs/btrfs/tree-log.c
4722
struct btrfs_inode_item);
fs/btrfs/tree-log.c
4987
struct btrfs_inode_item *inode_item;
fs/btrfs/tree-log.c
4990
struct btrfs_inode_item);
fs/btrfs/tree-log.c
5466
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
5504
struct btrfs_inode_item);
fs/btrfs/tree-log.c
551
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
556
struct btrfs_inode_item);
fs/btrfs/tree-log.c
559
struct btrfs_inode_item);
fs/btrfs/tree-log.c
572
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
579
item = btrfs_item_ptr(wc->log_leaf, wc->log_slot, struct btrfs_inode_item);
fs/btrfs/tree-log.c
6089
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
6092
struct btrfs_inode_item);
fs/btrfs/tree-log.c
627
struct btrfs_inode_item *src_item;
fs/btrfs/tree-log.c
628
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
630
src_item = (struct btrfs_inode_item *)src_ptr;
fs/btrfs/tree-log.c
631
dst_item = (struct btrfs_inode_item *)dst_ptr;
fs/btrfs/tree-log.c
660
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
662
dst_item = (struct btrfs_inode_item *)dst_ptr;
fs/btrfs/tree-log.c
668
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
670
dst_item = (struct btrfs_inode_item *)dst_ptr;
include/uapi/linux/btrfs_tree.h
931
struct btrfs_inode_item inode;