Lines Matching refs:btrfs_inode_item

275 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
276 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
277 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
278 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
279 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
280 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
281 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
282 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
283 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
284 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
285 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
286 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
287 BTRFS_SETGET_STACK_FUNCS(stack_inode_generation, struct btrfs_inode_item,
289 BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, struct btrfs_inode_item,
291 BTRFS_SETGET_STACK_FUNCS(stack_inode_transid, struct btrfs_inode_item,
293 BTRFS_SETGET_STACK_FUNCS(stack_inode_size, struct btrfs_inode_item, size, 64);
294 BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes, struct btrfs_inode_item, nbytes, 64);
295 BTRFS_SETGET_STACK_FUNCS(stack_inode_block_group, struct btrfs_inode_item,
297 BTRFS_SETGET_STACK_FUNCS(stack_inode_nlink, struct btrfs_inode_item, nlink, 32);
298 BTRFS_SETGET_STACK_FUNCS(stack_inode_uid, struct btrfs_inode_item, uid, 32);
299 BTRFS_SETGET_STACK_FUNCS(stack_inode_gid, struct btrfs_inode_item, gid, 32);
300 BTRFS_SETGET_STACK_FUNCS(stack_inode_mode, struct btrfs_inode_item, mode, 32);
301 BTRFS_SETGET_STACK_FUNCS(stack_inode_rdev, struct btrfs_inode_item, rdev, 64);
302 BTRFS_SETGET_STACK_FUNCS(stack_inode_flags, struct btrfs_inode_item, flags, 64);