Home
last modified time | relevance | path

Searched refs:quota_override (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dsysfs.c761 int quota_override; in quota_override_show() local
763 quota_override = test_bit(BTRFS_FS_QUOTA_OVERRIDE, &fs_info->flags); in quota_override_show()
764 return scnprintf(buf, PAGE_SIZE, "%d\n", quota_override); in quota_override_show()
795 BTRFS_ATTR_RW(, quota_override, quota_override_show, quota_override_store);
862 BTRFS_ATTR_PTR(, quota_override),
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsysfs.c1096 int quota_override; in quota_override_show() local
1098 quota_override = test_bit(BTRFS_FS_QUOTA_OVERRIDE, &fs_info->flags); in quota_override_show()
1099 return sysfs_emit(buf, "%d\n", quota_override); in quota_override_show()
1130 BTRFS_ATTR_RW(, quota_override, quota_override_show, quota_override_store);
1297 BTRFS_ATTR_PTR(, quota_override),

Completed in 11 milliseconds