Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dinode_hash.c13 ino_t ino; member
47 if ((bucket->ino == statbuf->st_ino) in is_in_ino_dev_hashtable()
67 bucket->ino = statbuf->st_ino; in add_to_ino_dev_hashtable()
/busybox-1.35.0/util-linux/
Dfsck_minix.c314 static void recursive_check(unsigned ino);
316 static void recursive_check2(unsigned ino);
964 int ino; in check_file() local
971 ino = *(uint16_t *) (name - 2); in check_file()
972 if (ino > INODES) { in check_file()
979 ino = 0; in check_file()
982 inode = get_inode(ino); in check_file()
1001 printf("%6d %07o %3d ", ino, inode->i_mode, inode->i_nlinks); in check_file()
1004 check_zones(ino); in check_file()
1006 recursive_check(ino); in check_file()
[all …]
/busybox-1.35.0/runit/
Drunsvdir.c72 ino_t ino; member
184 if (sv[i].ino == s.st_ino in do_rescan()
207 sv[i].ino = s.st_ino; in do_rescan()
/busybox-1.35.0/archival/
Dtar.c149 ino_t ino; /* Inode number */ member
198 hlInfo->ino = statbuf->st_ino; in addHardLinkInfo()
223 if (statbuf->st_ino == hlInfo->ino in findHardLinkInfo()