Home
last modified time | relevance | path

Searched defs:idtype (Results 1 – 9 of 9) sorted by relevance

/minix/sys/ufs/lfs/
H A Dulfs_quotacommon.h61 quota_idtype_to_ulfs(int idtype) in quota_idtype_to_ulfs()
H A Dulfs_quota.c272 int idtype; in quota_handle_cmd_idtypestat() local
586 int idtype = args->u.cursorskipidtype.qc_idtype; in quota_handle_cmd_cursorskipidtype() local
661 int idtype = args->u.quotaon.qc_idtype; in quota_handle_cmd_quotaon() local
690 int idtype = args->u.quotaoff.qc_idtype; in quota_handle_cmd_quotaoff() local
H A Dulfs_quota2.c676 int idtype; in lfsquota2_handle_cmd_del() local
949 int idtype; member
1062 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id) in q2cursor_addid()
1115 q2cursor_getkeys(struct ulfsmount *ump, int idtype, struct ulfsq2_cursor *cursor, in q2cursor_getkeys()
1275 int idtype; in lfsquota2_handle_cmd_cursorget() local
1420 struct quotakcursor *qkc, int idtype) in lfsquota2_handle_cmd_cursorskipidtype()
H A Dulfs_quota1.c482 int idtype; in lfsquota1_handle_cmd_get() local
/minix/sys/ufs/ufs/
H A Dquota.h68 quota_idtype_to_ufs(int idtype) in quota_idtype_to_ufs()
H A Dufs_quota.c269 int idtype; in quota_handle_cmd_idtypestat() local
567 int idtype = args->u.cursorskipidtype.qc_idtype; in quota_handle_cmd_cursorskipidtype() local
646 int idtype = args->u.quotaon.qc_idtype; in quota_handle_cmd_quotaon() local
674 int idtype = args->u.quotaoff.qc_idtype; in quota_handle_cmd_quotaoff() local
H A Dufs_quota2.c682 int idtype; in quota2_handle_cmd_del() local
957 int idtype; member
1070 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id) in q2cursor_addid()
1122 q2cursor_getkeys(struct ufsmount *ump, int idtype, struct ufsq2_cursor *cursor, in q2cursor_getkeys()
1281 int idtype; in quota2_handle_cmd_cursorget() local
1426 struct quotakcursor *qkc, int idtype) in quota2_handle_cmd_cursorskipidtype()
H A Dufs_quota1.c484 int idtype; in quota1_handle_cmd_get() local
/minix/external/bsd/llvm/dist/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp147 void idtype() { in idtype() function