Home
last modified time | relevance | path

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

/dports/sysutils/radmind/radmind-1.15.4/
H A Dhardlink.c120 struct inolist *ino_head, *ino_next; in hardlink_free() local
124 ino_head = dev_head->d_ilist; in hardlink_free()
125 while ( ino_head != NULL ) { in hardlink_free()
126 ino_next = ino_head->i_next; in hardlink_free()
127 free( ino_head->i_name); in hardlink_free()
128 free( ino_head ); in hardlink_free()
129 ino_head = ino_next; in hardlink_free()
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dfuser.c72 struct inode_list *ino_head, const uid_t uid,
97 struct inode_list *ino_head,
103 struct inode_list *ino_head,
282 struct inode_list *ino_tmp, *ino_head; in add_inode() local
286 ino_head = *ino_list; in add_inode()
290 ino_tmp->next = ino_head; in add_inode()
1410 for (ino_tmp = ino_head; ino_tmp != NULL; in check_dir()
1471 for (ino_tmp = ino_head; ino_tmp != NULL; in check_map()
1680 for (ino_tmp = ino_head; ino_tmp != NULL; in scan_knfsd()
1724 for (ino_tmp = ino_head; ino_tmp != NULL; in scan_mounts()
[all …]