Lines Matching refs:btrfs_inode_item
1669 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
1670 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
1671 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
1672 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
1673 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
1674 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
1675 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
1676 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
1677 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
1678 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
1679 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
1680 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
1681 BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
1683 BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
1685 BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
1687 BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
1688 BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item,
1690 BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
1692 BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
1693 BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
1694 BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
1695 BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
1696 BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
1697 BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);