Searched refs:cur_qtype (Results 1 – 3 of 3) sorted by relevance
814 if (cur_qtype != -1) in fsck_chk_inode_blk()815 qf_szchk_type[cur_qtype] = QF_SZCHK_INLINE; in fsck_chk_inode_blk()884 if (cur_qtype != -1) { in fsck_chk_inode_blk()885 qf_szchk_type[cur_qtype] = QF_SZCHK_REGFILE; in fsck_chk_inode_blk()886 qf_maxsize[cur_qtype] = (ADDRS_PER_INODE(&node_blk->i) + in fsck_chk_inode_blk()917 if (cur_qtype != -1 && blkaddr != NEW_ADDR) in fsck_chk_inode_blk()918 qf_last_blkofs[cur_qtype] = child.pgofs; in fsck_chk_inode_blk()1161 if (cur_qtype != -1 && blkaddr != NEW_ADDR) in fsck_chk_dnode_blk()1162 qf_last_blkofs[cur_qtype] = child->pgofs; in fsck_chk_dnode_blk()1834 cur_qtype = qtype; in fsck_chk_quota_node()[all …]
56 extern int cur_qtype;
36 int cur_qtype = -1; variable