Home
last modified time | relevance | path

Searched refs:btrfs_qgroup (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dqgroup.c53 struct btrfs_qgroup { struct
94 static void btrfs_qgroup_update_old_refcnt(struct btrfs_qgroup *qg, u64 seq, in btrfs_qgroup_update_old_refcnt() argument
102 static void btrfs_qgroup_update_new_refcnt(struct btrfs_qgroup *qg, u64 seq, in btrfs_qgroup_update_new_refcnt()
110 static inline u64 btrfs_qgroup_get_old_refcnt(struct btrfs_qgroup *qg, u64 seq) in btrfs_qgroup_get_old_refcnt()
117 static inline u64 btrfs_qgroup_get_new_refcnt(struct btrfs_qgroup *qg, u64 seq) in btrfs_qgroup_get_new_refcnt()
130 struct btrfs_qgroup *group;
131 struct btrfs_qgroup *member;
135 #define u64_to_ptr(x) ((struct btrfs_qgroup *)(uintptr_t)x)
143 static struct btrfs_qgroup *find_qgroup_rb(struct btrfs_fs_info *fs_info, in find_qgroup_rb()
147 struct btrfs_qgroup *qgroup; in find_qgroup_rb()
[all …]