Lines Matching refs:btrfs_inode_item
1789 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
1790 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
1791 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
1792 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
1793 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
1794 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
1795 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
1796 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
1797 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
1798 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
1799 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
1800 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
1801 BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
1803 BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
1805 BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
1807 BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
1808 BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item,
1810 BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
1812 BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
1813 BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
1814 BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
1815 BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
1816 BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
1817 BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);