/haiku/src/system/libroot/posix/unistd/ |
H A D | conf.cpp | 410 fstype(const char *fsh_name) in fstype() argument 412 if (!strncmp(fsh_name, "bfs", B_OS_NAME_LENGTH)) in fstype() 414 if (!strncmp(fsh_name, "dos", B_OS_NAME_LENGTH)) in fstype() 416 if (!strncmp(fsh_name, "fat", B_OS_NAME_LENGTH)) in fstype() 418 if (!strncmp(fsh_name, "ext2", B_OS_NAME_LENGTH)) in fstype() 420 if (!strncmp(fsh_name, "ext3", B_OS_NAME_LENGTH)) in fstype() 471 int type = fstype(info.fsh_name); in __pathconf_common() 488 int type = fstype(info.fsh_name); in __pathconf_common()
|
/haiku/headers/build/os/kernel/ |
H A D | fs_info.h | 36 char fsh_name[B_OS_NAME_LENGTH]; /* name of fs handler */ member
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_fs_info.h | 38 char fsh_name[FSSH_B_OS_NAME_LENGTH]; /* name of fs handler */ member
|
/haiku/headers/os/kernel/ |
H A D | fs_info.h | 37 char fsh_name[B_OS_NAME_LENGTH]; /* name of fs handler */ member
|
/haiku/src/system/libroot/os/ |
H A D | fs_info.cpp | 62 sprintf(info->volume_name, "%g %ciB %s volume", size / 10, unit, info->fsh_name); in fs_stat_dev()
|
H A D | find_directory.cpp | 331 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs")) in __find_directory() 336 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs")) in __find_directory() 338 else if (!strcmp(fsInfo.fsh_name, "fat")) in __find_directory()
|
/haiku/src/tests/kits/storage/ |
H A D | FindDirectoryTest.cpp | 135 if (!strcmp(info.fsh_name, "bfs")) { in test_find_directory() 153 if (!strcmp(info.fsh_name, "bfs")) { in test_find_directory() 159 } else if (!strcmp(info.fsh_name, "dos")) { in test_find_directory()
|
/haiku/src/bin/ |
H A D | df.cpp | 116 printf(" File System: %s\n", info.fsh_name); in PrintVerbose() 152 PrintType(info.fsh_name); in PrintCompact()
|
H A D | eject.cpp | 144 if (strcmp(info.fsh_name, "devfs")) in do_eject()
|
/haiku/src/servers/launch/ |
H A D | Utility.cpp | 29 if (strcmp(info.fsh_name, "devfs") != 0) in IssueDeviceCommand()
|
/haiku/src/preferences/virtualmemory/ |
H A D | Settings.cpp | 190 if (strcmp(filesystem, volStat.fsh_name) == 0) in ReadSwapSettings() 233 SwapSize(), info.volume_name, info.device_name, info.fsh_name, in WriteSwapSettings()
|
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | kernel_interface.cpp | 112 strlcpy(info->fsh_name, "xfs V5", sizeof(info->fsh_name)); in xfs_read_fs_info() 114 strlcpy(info->fsh_name, "xfs V4", sizeof(info->fsh_name)); in xfs_read_fs_info()
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | kernel_interface.cpp | 157 strlcpy(info->fsh_name, "ext4", sizeof(info->fsh_name)); in ext2_read_fs_info() 159 strlcpy(info->fsh_name, "ext3", sizeof(info->fsh_name)); in ext2_read_fs_info() 161 strlcpy(info->fsh_name, "ext2", sizeof(info->fsh_name)); in ext2_read_fs_info()
|
/haiku/src/servers/package/ |
H A D | PackageDaemon.cpp | 125 if (strcmp(info.fsh_name, "packagefs") != 0) in _RegisterVolume()
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | RootVolume.cpp | 119 strcpy(info->fsh_name, kFSName); in ReadFSStat()
|
/haiku/src/add-ons/kernel/file_systems/ufs2/ |
H A D | kernel_interface.cpp | 128 strlcpy(info->fsh_name, "UFS2", sizeof(info->fsh_name)); in ufs2_read_fs_info()
|
/haiku/src/add-ons/kernel/file_systems/exfat/ |
H A D | kernel_interface.cpp | 213 strlcpy(info->fsh_name, "exfat", sizeof(info->fsh_name)); in exfat_read_fs_info()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | fs_interface.h | 63 char fsh_name[B_OS_NAME_LENGTH]; member
|
/haiku/src/bin/cddb_lookup/ |
H A D | cddb_lookup.cpp | 198 if (strncmp(info.fsh_name, kCddaFsName, strlen(kCddaFsName)) != 0) in _ReadTOC()
|
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | kernel_interface.cpp | 178 strlcpy(info->fsh_name, "btrfs", sizeof(info->fsh_name)); in btrfs_read_fs_info()
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | kernel_interface.cpp | 166 strcpy(info->fsh_name, "udf"); in udf_read_fs_stat()
|
/haiku/src/kits/tracker/ |
H A D | Utilities.cpp | 1024 message->AddString("fshName", info.fsh_name); in EmbedUniqueVolumeInfo() 1093 if (fshName == info.fsh_name) in MatchArchivedVolume()
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | kernel_interface.cpp | 234 strcpy(info->fsh_name, "iso9660"); in fs_read_fs_stat()
|
/haiku/src/add-ons/kernel/file_systems/ntfs/ |
H A D | kernel_interface.cpp | 283 strlcpy(info->fsh_name, "NTFS", sizeof(info->fsh_name)); in fs_read_fs_info()
|
/haiku/src/bin/bfs_tools/ |
H A D | recover.cpp | 822 kProgramName, info.fsh_name); in main()
|