Lines Matching refs:btrfs_inode_item
717 struct btrfs_inode_item { struct
767 struct btrfs_inode_item inode;
2525 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
2526 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
2527 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
2528 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
2529 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
2530 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
2531 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
2532 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
2533 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
2534 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
2535 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
2536 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
2537 BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
2539 BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
2541 BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
2543 BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
2544 BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item,
2546 BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
2548 BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
2549 BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
2550 BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
2551 BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
2552 BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
2553 BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);