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
1004
struct btrfs_inode_item *inode_item;
fs/btrfs/delayed-inode.c
1034
struct btrfs_inode_item);
fs/btrfs/delayed-inode.c
1036
sizeof(struct btrfs_inode_item));
fs/btrfs/delayed-inode.c
1836
struct btrfs_inode_item *inode_item,
fs/btrfs/delayed-inode.c
1880
struct btrfs_inode_item *inode_item;
fs/btrfs/delayed-inode.h
67
struct btrfs_inode_item inode_item;
fs/btrfs/disk-io.c
928
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
133
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
160
inode_item = btrfs_item_ptr(eb, warn->path.slots[0], struct btrfs_inode_item);
fs/btrfs/inode.c
4052
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
4087
struct btrfs_inode_item);
fs/btrfs/inode.c
4274
struct btrfs_inode_item *item,
fs/btrfs/inode.c
4314
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
4334
struct btrfs_inode_item);
fs/btrfs/inode.c
6618
struct btrfs_inode_item *inode_item;
fs/btrfs/inode.c
6734
sizes[0] = sizeof(struct btrfs_inode_item);
fs/btrfs/inode.c
6774
struct btrfs_inode_item);
fs/btrfs/ioctl.c
507
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
3668
struct btrfs_inode_item *item;
fs/btrfs/relocation.c
3681
item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_inode_item);
fs/btrfs/scrub.c
503
struct btrfs_inode_item *inode_item;
fs/btrfs/scrub.c
532
struct btrfs_inode_item);
fs/btrfs/send.c
2678
struct btrfs_inode_item *ii;
fs/btrfs/send.c
2705
ii = btrfs_item_ptr(eb, slot, struct btrfs_inode_item);
fs/btrfs/send.c
6766
struct btrfs_inode_item *left_ii = NULL;
fs/btrfs/send.c
6767
struct btrfs_inode_item *right_ii = NULL;
fs/btrfs/send.c
6791
struct btrfs_inode_item);
fs/btrfs/send.c
6797
struct btrfs_inode_item);
fs/btrfs/send.c
6804
struct btrfs_inode_item);
fs/btrfs/send.c
916
struct btrfs_inode_item *ii;
fs/btrfs/send.c
937
struct btrfs_inode_item);
fs/btrfs/tree-checker.c
1130
struct btrfs_inode_item *iitem;
fs/btrfs/tree-checker.c
1149
iitem = btrfs_item_ptr(leaf, slot, struct btrfs_inode_item);
fs/btrfs/tree-log.c
2808
struct btrfs_inode_item *inode_item = NULL;
fs/btrfs/tree-log.c
2814
struct btrfs_inode_item);
fs/btrfs/tree-log.c
4615
struct btrfs_inode_item *item,
fs/btrfs/tree-log.c
4684
struct btrfs_inode_item *inode_item;
fs/btrfs/tree-log.c
4721
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
5467
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
5505
struct btrfs_inode_item);
fs/btrfs/tree-log.c
562
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
567
struct btrfs_inode_item);
fs/btrfs/tree-log.c
570
struct btrfs_inode_item);
fs/btrfs/tree-log.c
583
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
590
item = btrfs_item_ptr(wc->log_leaf, wc->log_slot, struct btrfs_inode_item);
fs/btrfs/tree-log.c
6084
struct btrfs_inode_item *item;
fs/btrfs/tree-log.c
6087
struct btrfs_inode_item);
fs/btrfs/tree-log.c
638
struct btrfs_inode_item *src_item;
fs/btrfs/tree-log.c
639
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
641
src_item = (struct btrfs_inode_item *)src_ptr;
fs/btrfs/tree-log.c
642
dst_item = (struct btrfs_inode_item *)dst_ptr;
fs/btrfs/tree-log.c
671
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
673
dst_item = (struct btrfs_inode_item *)dst_ptr;
fs/btrfs/tree-log.c
679
struct btrfs_inode_item *dst_item;
fs/btrfs/tree-log.c
681
dst_item = (struct btrfs_inode_item *)dst_ptr;
include/uapi/linux/btrfs_tree.h
931
struct btrfs_inode_item inode;