Searched refs:current_slice (Results 1 – 15 of 15) sorted by relevance
125 int current_slice; variable926 ¤t_partition, ¤t_slice, in real_open_partition()945 current_slice = 0; in real_open_partition()982 if (current_slice) in real_open_partition()986 if (flags && ! IS_PC_SLICE_TYPE_EXTENDED (current_slice)) in real_open_partition()994 if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()995 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice)) in real_open_partition()1000 int saved_slice = current_slice; in real_open_partition()1045 else if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()1046 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice)) in real_open_partition()[all …]
305 if ((((current_drive & 0x80) || (current_slice != 0)) in ext2fs_mount()306 && (current_slice != PC_SLICE_TYPE_EXT2FS) in ext2fs_mount()307 && (current_slice != PC_SLICE_TYPE_LINUX_RAID) in ext2fs_mount()308 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_EXT2FS)) in ext2fs_mount()309 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER))) in ext2fs_mount()
163 if (((current_drive & 0x80) || current_slice != 0) in minix_mount()164 && ! IS_PC_SLICE_TYPE_MINIX (current_slice) in minix_mount()165 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER)) in minix_mount()
50 if( (((current_drive & 0x80) || (current_slice != 0)) in vstafs_mount()51 && current_slice != PC_SLICE_TYPE_VSTAFS) in vstafs_mount()
85 if ((((current_drive & 0x80) || (current_slice != 0)) in ffs_mount()86 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)) in ffs_mount()
74 if (((current_drive & 0x80) || (current_slice != 0)) in fat_mount()75 && ! IS_PC_SLICE_TYPE_FAT (current_slice) in fat_mount()76 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_MSDOS))) in fat_mount()
90 if (! (((current_drive & 0x80) || (current_slice != 0)) in ufs2_mount()91 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS))) in ufs2_mount()
51 if (! IS_PC_SLICE_TYPE_SOLARIS(current_slice) || in ufs_mount()
118 && !IS_PC_SLICE_TYPE_BSD_WITH_FS(current_slice, FS_ISO9660)) in iso9660_mount()
714 extern int current_slice;
489 if (IS_PC_SLICE_TYPE_FAT (current_slice) in chainloader_func()
183 * current_slice: Filesystem interface.
192 @item current_slice
1270 `current_slice'
3979 `current_slice'4227 * current_slice: Filesystem interface. (line 26)