HomeSort by relevance Sort by last modified time
    Searched refs:quota_get_qf_name (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
quota.c 42 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name);
  /external/e2fsprogs/lib/quota/
quotaio.h 157 /* size for the buffer returned by quota_get_qf_name(); must be greater
161 const char *quota_get_qf_name(int type, int fmt, char *buf);
quotaio.c 47 const char *quota_get_qf_name(int type, int fmt, char *buf) function
67 strncat(path_buf, quota_get_qf_name(qtype, fmt, qf_name),
mkquota.c 62 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name);

Completed in 2886 milliseconds