Home
last modified time | relevance | path

Searched refs:Inode2 (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/
Dfsck_minix.c251 #define Inode2 (((struct minix2_inode *) inode_buffer)-1) macro
618 block = Inode2[MINIX_ROOT_INO].i_zone[0]; in get_dirsize()
757 inode = Inode2 + nr; in get_inode2()
774 struct minix2_inode *inode = Inode2 + MINIX_ROOT_INO; in check_root2()
949 inode = Inode2 + i; in check_zones2()
1083 dir = Inode2 + ino; in recursive_check2()
1160 if (OPT_warn_mode && Inode2[i].i_mode && !inode_in_use(i)) { in check_counts2()
1163 Inode2[i].i_mode = 0; in check_counts2()
1180 if (Inode2[i].i_nlinks != inode_count[i]) { in check_counts2()
1182 i, Inode2[i].i_mode, Inode2[i].i_nlinks, in check_counts2()
[all …]