Home
last modified time | relevance | path

Searched refs:cur_qtype (Results 1 - 3 of 3) sorted by relevance

/third_party/f2fs-tools/fsck/
H A Dquotaio.h55 extern int cur_qtype;
H A Dfsck.c865 if (cur_qtype != -1) in fsck_chk_inode_blk()
866 qf_szchk_type[cur_qtype] = QF_SZCHK_INLINE; in fsck_chk_inode_blk()
936 if (cur_qtype != -1) { in fsck_chk_inode_blk()
938 qf_szchk_type[cur_qtype] = QF_SZCHK_REGFILE; in fsck_chk_inode_blk()
939 qf_maxsize[cur_qtype] = (u64)(addrs + 2 * addrs_per_blk + in fsck_chk_inode_blk()
983 if (cur_qtype != -1 && blkaddr != NEW_ADDR) in fsck_chk_inode_blk()
984 qf_last_blkofs[cur_qtype] = child.pgofs; in fsck_chk_inode_blk()
1251 if (cur_qtype != -1 && blkaddr != NEW_ADDR) in fsck_chk_dnode_blk()
1252 qf_last_blkofs[cur_qtype] = child->pgofs; in fsck_chk_dnode_blk()
1978 cur_qtype in fsck_chk_quota_node()
[all...]
H A Dquotaio.c37 int cur_qtype = -1; variable

Completed in 4 milliseconds