qgroup.c (789d6a3a876e32c23fc9633d5b372d02a5188f0e) | qgroup.c (27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2011 STRATO. All rights reserved. 4 */ 5 6#include <linux/sched.h> 7#include <linux/pagemap.h> 8#include <linux/writeback.h> --- 14 unchanged lines hidden (view full) --- 23#include "qgroup.h" 24#include "block-group.h" 25#include "sysfs.h" 26#include "tree-mod-log.h" 27#include "fs.h" 28#include "accessors.h" 29#include "extent-tree.h" 30#include "root-tree.h" | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2011 STRATO. All rights reserved. 4 */ 5 6#include <linux/sched.h> 7#include <linux/pagemap.h> 8#include <linux/writeback.h> --- 14 unchanged lines hidden (view full) --- 23#include "qgroup.h" 24#include "block-group.h" 25#include "sysfs.h" 26#include "tree-mod-log.h" 27#include "fs.h" 28#include "accessors.h" 29#include "extent-tree.h" 30#include "root-tree.h" |
31#include "tree-checker.h" |
|
31 32/* 33 * Helpers to access qgroup reservation 34 * 35 * Callers should ensure the lock context and type are valid 36 */ 37 38static u64 qgroup_rsv_total(const struct btrfs_qgroup *qgroup) --- 4366 unchanged lines hidden --- | 32 33/* 34 * Helpers to access qgroup reservation 35 * 36 * Callers should ensure the lock context and type are valid 37 */ 38 39static u64 qgroup_rsv_total(const struct btrfs_qgroup *qgroup) --- 4366 unchanged lines hidden --- |