Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.h336 int btrfs_quota_disable(struct btrfs_fs_info *fs_info);
H A Dqgroup.c630 * This is called from close_ctree() or open_ctree() or btrfs_quota_disable(),
639 * btrfs_quota_disable() can be called concurrently with in btrfs_free_qgroup_config()
1297 int btrfs_quota_disable(struct btrfs_fs_info *fs_info) in btrfs_quota_disable() function
3852 * btrfs_quota_disable(). in btrfs_qgroup_rescan_worker()
H A Dioctl.c3697 ret = btrfs_quota_disable(fs_info); in btrfs_ioctl_quota_ctl()