Searched refs:fssubtype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libfs-13/
H A DFSFormatName.h79 bool getfstype(char *devnode, char *fsname, int *fssubtype);
80 bool is_hfs(char *devnode, int *fssubtype);
81 bool is_msdos(char *devnode, int *fssubtype);
H A DFSFormatName.c307 int fssubtype = 0; local
315 /* get fsname and fssubtype */
317 if (getfstype(devnodename, fsname, &fssubtype) == true) {
321 formatName = FSCopyFormatNameForFSType(fsType, fssubtype, true, encrypted);
333 int fssubtype = 0; local
340 /* get fsname and fssubtype */
342 if (getfstype(devnodename, fsname, &fssubtype) == true) {
346 formatName = FSCopyFormatNameForFSType(fsType, fssubtype, false, encrypted);
354 bool getfstype(char *devnode, char *fsname, int *fssubtype) argument
357 if (is_hfs(devnode, fssubtype)
375 is_hfs(char *devnode, int *fssubtype) argument
486 is_msdos(char *devnode, int *fssubtype) argument
[all...]

Completed in 78 milliseconds