Lines Matching refs:btrfs_inode_item

1730 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
1731 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
1732 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
1733 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
1734 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
1735 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
1736 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
1737 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
1738 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
1739 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
1740 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
1741 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
1742 BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
1744 BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
1746 BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
1748 BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
1749 BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item,
1751 BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
1753 BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
1754 BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
1755 BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
1756 BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
1757 BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
1758 BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);