gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatGetInoDIR (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
2990:         if ((dirent = dir->di_dirent) != NULL) {       /* Exist */
2991:                 ino = fatGetInoDIR(fs, dir);
2992:                 inode = (FATNODE *)fatInodeSearch((FS *)fs, ino);
3677: memcpy(dirent->de_fname, sfname, BASE_EXTLEN); 3678: inode->fino_c.ino_ino = fatGetInoDIR(fs, &dir); 3679: inode->fino_c.ino_type =
4960: /* Set entry */ 4961: err = set_dirent(fs, fatGetInoDIR(fs, &dir), 4962: fs->ff_nmbf, ent, &alen, bflen);