Searched refs:update_inode_bytes (Results 1 - 1 of 1) sorted by path

/linux-master/fs/btrfs/
H A Dinode.c2892 const bool update_inode_bytes,
2965 if (update_inode_bytes)
3004 bool update_inode_bytes; local
3026 * as the argument 'update_inode_bytes' to insert_reserved_file_extent(),
3029 update_inode_bytes = test_bit(BTRFS_ORDERED_DIRECT, &oe->flags) ||
3035 update_inode_bytes, oe->qgroup_rsv);
2889 insert_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, u64 file_pos, struct btrfs_file_extent_item *stack_fi, const bool update_inode_bytes, u64 qgroup_reserved) argument

Completed in 249 milliseconds