Searched refs:SHORT_NAME_LEN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddirentry.h134 #define SHORT_NAME_LEN 11 macro
165 size_t msdosfs_dos2unicodefn(u_char dn[SHORT_NAME_LEN], u_int16_t *un, int lower);
168 uint8_t short_name[SHORT_NAME_LEN],
170 int msdosfs_apply_generation_to_short_name(uint8_t short_name[SHORT_NAME_LEN],
H A Dmsdosfs_lookup.c93 int msdosfs_unicode_to_dos_lookup(u_int16_t *unicode, size_t unichars, u_char shortname[SHORT_NAME_LEN]);
104 int msdosfs_unicode_to_dos_lookup(u_int16_t *unicode, size_t unichars, u_char shortname[SHORT_NAME_LEN])
110 if (unichars > SHORT_NAME_LEN+1)
114 memset(shortname, ' ', SHORT_NAME_LEN);
220 u_char shortname[SHORT_NAME_LEN];
324 (!try_short_name || bcmp(shortname, dirp->deName, SHORT_NAME_LEN)))
824 if (bcmp(dentp->deName, ". ", SHORT_NAME_LEN) &&
825 bcmp(dentp->deName, ".. ", SHORT_NAME_LEN)) {
889 bcmp(ep->deName, ".. ", SHORT_NAME_LEN) != 0)
1080 u_char short_name[SHORT_NAME_LEN],
[all...]
H A Ddenode.h274 int msdosfs_scan_dir_for_short_name(struct denode *dep, u_char short_name[SHORT_NAME_LEN], vfs_context_t context);
275 int msdosfs_uniqdosname(struct denode *dep, u_char short_name[SHORT_NAME_LEN], uint32_t dir_offset, vfs_context_t context);
287 int msdosfs_findslots(struct denode *dep, struct componentname *cnp, uint8_t short_name[SHORT_NAME_LEN], int *needs_generation, uint8_t *lower_case, uint32_t *offset, uint32_t *long_count, vfs_context_t context);
H A Dmsdosfs_vfsops.c734 for (i=0; i<SHORT_NAME_LEN; i++) {
1342 u_int16_t volName[SHORT_NAME_LEN];
1343 u_char label[SHORT_NAME_LEN];
1355 if (unichars > SHORT_NAME_LEN)
1370 for (i=0; i<SHORT_NAME_LEN; ++i)
1392 bcopy(label, (char*)buf_dataptr(bp)+71, SHORT_NAME_LEN);
1394 bcopy(label, (char*)buf_dataptr(bp)+43, SHORT_NAME_LEN);
1410 bcopy(label, (char *)buf_dataptr(bp) + pmp->pm_label_offset, SHORT_NAME_LEN);
1698 for (i=0; i<SHORT_NAME_LEN; i++) {
1715 if (!bcmp(dep->deName, "HIBERFILSYS", SHORT_NAME_LEN))
[all...]
H A Dmsdosfs_conv.c490 size_t msdosfs_dos2unicodefn(u_char dn[SHORT_NAME_LEN], u_int16_t *un, int lower)
609 uint8_t short_name[SHORT_NAME_LEN],
627 memset(short_name, ' ', SHORT_NAME_LEN);
690 for (case_flags = i = 0, j = 8; i < l && j < SHORT_NAME_LEN; i++, j++) {
814 int msdosfs_apply_generation_to_short_name(uint8_t short_name[SHORT_NAME_LEN],
1192 for (s = 0, i = SHORT_NAME_LEN; --i >= 0; s += *name++)
H A Dmsdosfs_vnops.c1347 u_char toname[SHORT_NAME_LEN], oldname[SHORT_NAME_LEN];
1588 bcopy(fdep->de_Name, toname, SHORT_NAME_LEN);
1617 bcopy(fdep->de_Name, oldname, SHORT_NAME_LEN);
1618 bcopy(toname, fdep->de_Name, SHORT_NAME_LEN); /* update denode */
1634 bcopy(oldname, fdep->de_Name, SHORT_NAME_LEN);
H A Dmsdosfs_denode.c613 if (!isDir && bcmp(dirp->deName, dep->de_Name, SHORT_NAME_LEN))
/macosx-10.10/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c1084 for (s = 0, i = 0; i < SHORT_NAME_LEN; ++i, s += *name++)
1214 if (!memcmp(". ", entry->deName, SHORT_NAME_LEN) ||
1215 !memcmp(".. ", entry->deName, SHORT_NAME_LEN))

Completed in 83 milliseconds