Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfsck_minix.c250 #define Inode1 (((struct minix1_inode *) inode_buffer)-1) macro
621 block = Inode1[MINIX_ROOT_INO].i_zone[0]; in get_dirsize()
745 inode = Inode1 + nr; in get_inode()
765 struct minix1_inode *inode = Inode1 + MINIX_ROOT_INO; in check_root()
927 inode = Inode1 + i; in check_zones()
1066 dir = Inode1 + ino; in recursive_check()
1108 if (OPT_warn_mode && Inode1[i].i_mode && !inode_in_use(i)) { in check_counts()
1111 Inode1[i].i_mode = 0; in check_counts()
1128 if (Inode1[i].i_nlinks != inode_count[i]) { in check_counts()
1130 i, Inode1[i].i_mode, Inode1[i].i_nlinks, in check_counts()
[all …]