/fs/partitions/ |
D | check.c | 309 struct gendisk *disk = dev_to_disk(dev); in part_uevent() local 333 void delete_partition(struct gendisk *disk, int partno) in delete_partition() argument 335 struct disk_part_tbl *ptbl = disk->part_tbl; in delete_partition() 362 struct hd_struct *add_partition(struct gendisk *disk, int partno, in add_partition() argument 367 struct device *ddev = disk_to_dev(disk); in add_partition() 373 err = disk_expand_part_tbl(disk, partno); in add_partition() 376 ptbl = disk->part_tbl; in add_partition() 394 p->policy = get_disk_ro(disk); in add_partition() 455 void register_disk(struct gendisk *disk) in register_disk() argument 457 struct device *ddev = disk_to_dev(disk); in register_disk() [all …]
|
D | Kconfig | 52 `Y' here, Linux will support disk partitions created under ADFS. 93 bool "IBM disk label and partition support" 96 Say Y here if you would like to be able to read the hard disk 117 FreeBSD uses its own hard disk partition scheme on your PC. It 118 requires only one entry in the primary partition table of your disk 138 Like most systems, Solaris x86 uses its own hard disk partition 178 Manager allows the user to repartition a disk and create spanned, 203 Say Y here if you would like to be able to read the hard disk 210 Say Y here if you would like to be able to read the hard disk 218 Like most systems, SunOS uses its own hard disk partition table [all …]
|
D | ldm.c | 605 if (!memcmp (v->vblk.disk.disk_id, ldb->ph.disk_id, GUID_SIZE)) in ldm_get_disk_objid() 634 struct vblk *disk; in ldm_create_data_partitions() local 640 disk = ldm_get_disk_objid (ldb); in ldm_create_data_partitions() 641 if (!disk) { in ldm_create_data_partitions() 653 if (part->disk_id != disk->obj_id) in ldm_create_data_partitions() 921 struct vblk_disk *disk; in ldm_parse_dsk3() local 937 disk = &vb->vblk.disk; in ldm_parse_dsk3() 938 ldm_get_vstr (buffer + 0x18 + r_diskid, disk->alt_name, in ldm_parse_dsk3() 939 sizeof (disk->alt_name)); in ldm_parse_dsk3() 940 if (!ldm_parse_guid (buffer + 0x19 + r_name, disk->disk_id)) in ldm_parse_dsk3() [all …]
|
D | ldm.h | 194 struct vblk_disk disk; member
|
/fs/ |
D | block_dev.c | 817 struct gendisk *disk) in bd_claim_by_disk() argument 819 return bd_claim_by_kobject(bdev, holder, kobject_get(disk->slave_dir)); in bd_claim_by_disk() 831 void bd_release_from_disk(struct block_device *bdev, struct gendisk *disk) in bd_release_from_disk() argument 833 bd_release_from_kobject(bdev, disk->slave_dir); in bd_release_from_disk() 834 kobject_put(disk->slave_dir); in bd_release_from_disk() 891 void check_disk_size_change(struct gendisk *disk, struct block_device *bdev) in check_disk_size_change() argument 895 disk_size = (loff_t)get_capacity(disk) << 9; in check_disk_size_change() 900 disk_name(disk, 0, name); in check_disk_size_change() 918 int revalidate_disk(struct gendisk *disk) in revalidate_disk() argument 923 if (disk->fops->revalidate_disk) in revalidate_disk() [all …]
|
D | Kconfig | 62 If you say Y here, you will be able to set per user limits for disk 63 usage (also called disk quotas). Currently, it works for the
|
/fs/minix/ |
D | Kconfig | 6 The minix file system (method to organize files on a hard disk 7 partition or a floppy disk) was the original file system for Linux, 9 You don't want to use the minix file system on your hard disk
|
/fs/efs/ |
D | Kconfig | 6 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer 7 uses the XFS file system for hard disk partitions however).
|
/fs/xfs/ |
D | Kconfig | 14 for complete details. This implementation is on-disk compatible 26 If you say Y here, you will be able to set limits for disk usage on 29 higher level guarantee of consistency. The on-disk data format for 57 separate area of disk space where only file data is stored. It was
|
/fs/sysv/ |
D | Kconfig | 7 here would allow you to read from their floppies and hard disk 10 If you have floppies or hard disk partitions like that, it is likely
|
/fs/squashfs/ |
D | Kconfig | 46 has to re-read fragments less often from disk, at the expense 48 SquashFS uses less memory at the expense of extra reads from disk.
|
/fs/befs/ |
D | ChangeLog | 83 * Added byteswapping to all metadata reads from disk. 99 would result in the filesystem using the on-disk uid and gid. [WD] 140 hanging disk io problem. It turns out you need to have the sync_pages 234 uses befs_get_block() by way of befs_readpage() to find the disk offsets 236 the hard work of finding the disk block number. 339 * Fixed the problem with statfs where it would always claim the disk was 375 very end of befs_read_super(), after we are done with the disk superblock.
|
D | TODO | 12 * See if we really need separate types for on-disk and in-memory
|
/fs/omfs/ |
D | Kconfig | 10 and wish to mount its disk.
|
/fs/btrfs/ |
D | Makefile | 6 file-item.o inode-item.o inode-map.o disk-io.o \
|
D | Kconfig | 2 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
|
D | ctree.h | 1405 struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument 1407 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu() 1408 cpu->type = disk->type; in btrfs_disk_key_to_cpu() 1409 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu() 1412 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument 1415 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk() 1416 disk->type = cpu->type; in btrfs_cpu_key_to_disk() 1417 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk()
|
/fs/hpfs/ |
D | Kconfig | 6 is the file system used for organizing files on OS/2 hard disk
|
/fs/affs/ |
D | Kconfig | 14 With this driver you can also mount disk files used by Bernd
|
/fs/coda/ |
D | Kconfig | 8 disk. Coda has several advantages over NFS: support for
|
/fs/ufs/ |
D | Kconfig | 7 Unixes can create and mount hard disk partitions and diskettes using
|
/fs/ext3/ |
D | Kconfig | 15 Other than adding the journal to the file system, the on-disk format
|
/fs/ocfs2/ |
D | Kconfig | 10 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/ext4/ |
D | Kconfig | 9 the on-disk format of ext4 is not forwards compatible with
|
/fs/proc/ |
D | Kconfig | 7 your hard disk: the files are created on the fly by the kernel when
|