Searched refs:this_nod (Results 1 – 1 of 1) sorted by relevance
/external/genext2fs/ |
D | genext2fs.c | 1507 add2fs_from_file(filesystem *fs, uint32 this_nod, FILE * fh, uint32 fs_timestamp, struct stats *sta… in add2fs_from_file() argument 1555 if(!(nod = find_path(fs, this_nod, dir))) in add2fs_from_file() 1654 add2fs_from_dir(filesystem *fs, const char *path, uint32 this_nod, int squash_uids, int squash_perm… in add2fs_from_dir() argument 1711 …add2fs_from_dir(fs, full_name, this_nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats); in add2fs_from_dir() 1719 if((nod = find_dir(fs, this_nod, name))) in add2fs_from_dir() 1735 add2dir(fs, this_nod, hdlinks.hdl[hdlink].dst_nod, name); in add2fs_from_dir() 1745 …nod = mknod_fs(fs, this_nod, name, mode|FM_IFCHR, uid, gid, major(st.st_rdev), minor(st.st_rdev), … in add2fs_from_dir() 1748 …nod = mknod_fs(fs, this_nod, name, mode|FM_IFBLK, uid, gid, major(st.st_rdev), minor(st.st_rdev), … in add2fs_from_dir() 1752 nod = mknod_fs(fs, this_nod, name, mode|FM_IFIFO, uid, gid, 0, 0, ctime, mtime); in add2fs_from_dir() 1755 nod = mknod_fs(fs, this_nod, name, mode|FM_IFSOCK, uid, gid, 0, 0, ctime, mtime); in add2fs_from_dir() [all …]
|