Home
last modified time | relevance | path

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

/external/strace/xlat/
Dquota_formats.h11 #if !(defined(QFMT_VFS_V1) || (defined(HAVE_DECL_QFMT_VFS_V1) && HAVE_DECL_QFMT_VFS_V1))
12 # define QFMT_VFS_V1 4 macro
26 XLAT(QFMT_VFS_V1),
Dquota_formats.in4 QFMT_VFS_V1 4
/external/f2fs-tools/fsck/
Dquotaio.c131 h->qh_fmt = QFMT_VFS_V1; in quota_file_open()
171 h->qh_fmt = QFMT_VFS_V1; in quota_file_create()
Dquotaio.h81 #define QFMT_VFS_V1 4 macro
Dquotaio_v2.c198 if (h->qh_fmt != QFMT_VFS_V1) in v2_new_io()
/external/e2fsprogs/lib/support/
Dquotaio_v2.c156 if (fmt != QFMT_VFS_V1) in v2_check_file()
200 if (h->qh_fmt != QFMT_VFS_V1) in v2_new_io()
Dquotaio.c226 fmt = QFMT_VFS_V1; in quota_file_open()
337 fmt = QFMT_VFS_V1; in quota_file_create()
Dquotaio.h88 #define QFMT_VFS_V1 4 macro
Dmkquota.c79 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in quota_file_exists()
168 int fmt = QFMT_VFS_V1; in quota_write_inode()
/external/e2fsprogs/e2fsck/
Dquota.c51 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in move_quota_inode()
/external/kernel-headers/original/uapi/linux/
Dquota.h79 #define QFMT_VFS_V1 4 macro
/external/strace/
DChangeLog25490 * xlat/quota_formats.in: Add QFMT_OCFS2 and QFMT_VFS_V1.