Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:qtype

20 			     ext2_ino_t to_ino, enum quota_type qtype)
51 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name);
64 enum quota_type qtype;
73 for (qtype = 0; qtype < MAXQUOTAS; qtype++) {
74 pctx.ino = *quota_sb_inump(sb, qtype);
75 quota_ino = quota_type2inum(qtype, fs->super);
78 move_quota_inode(fs, pctx.ino, quota_ino, qtype);
79 *quota_sb_inump(sb, qtype) = quota_ino;