Searched refs:QFMT_VFS_V1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | quota.h | 79 #define QFMT_VFS_V1 4 macro
|
| /linux-6.15/fs/quota/ |
| H A D | quota_v2.c | 109 (info->dqi_fmt_id == QFMT_VFS_V1 && version != 1)) { in v2_read_file_info() 436 .qf_fmt_id = QFMT_VFS_V1,
|
| /linux-6.15/include/linux/ |
| H A D | quota.h | 540 {QFMT_VFS_V1, "quota_v2"},\
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 972 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options() 1909 case QFMT_VFS_V1: in f2fs_show_quota_options() 2901 err = f2fs_quota_enable(sb, type, QFMT_VFS_V1, in f2fs_enable_quotas()
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1695 {"vfsv1", QFMT_VFS_V1}, 2887 case QFMT_VFS_V1: in ext4_show_quota_options() 7162 err = ext4_quota_enable(sb, type, QFMT_VFS_V1, in ext4_enable_quotas()
|