/fs/ |
D | block_dev.c | 1100 struct gendisk *disk = get_gendisk(bdev->bd_dev, partno); in bdev_get_gendisk() local 1102 if (!disk) in bdev_get_gendisk() 1113 put_disk_and_module(disk); in bdev_get_gendisk() 1116 return disk; in bdev_get_gendisk() 1144 struct gendisk *disk; in bd_start_claiming() local 1154 disk = bdev_get_gendisk(bdev, &partno); in bd_start_claiming() 1155 if (!disk) in bd_start_claiming() 1167 whole = bdget_disk(disk, 0); in bd_start_claiming() 1171 put_disk_and_module(disk); in bd_start_claiming() 1249 struct gendisk *disk; member [all …]
|
/fs/minix/ |
D | Kconfig | 7 The minix file system (method to organize files on a hard disk 8 partition or a floppy disk) was the original file system for Linux, 10 You don't want to use the minix file system on your hard disk
|
/fs/btrfs/ |
D | ctree.h | 1839 const struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument 1841 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu() 1842 cpu->type = disk->type; in btrfs_disk_key_to_cpu() 1843 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu() 1846 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument 1849 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk() 1850 disk->type = cpu->type; in btrfs_cpu_key_to_disk() 1851 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk() 2076 const struct btrfs_disk_balance_args *disk) in btrfs_disk_balance_args_to_cpu() argument 2080 cpu->profiles = le64_to_cpu(disk->profiles); in btrfs_disk_balance_args_to_cpu() [all …]
|
D | sysfs.c | 930 struct hd_struct *disk; in btrfs_sysfs_rm_device_link() local 937 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link() 938 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_rm_device_link() 951 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link() 952 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_rm_device_link() 980 struct hd_struct *disk; in btrfs_sysfs_add_device_link() local 989 disk = dev->bdev->bd_part; in btrfs_sysfs_add_device_link() 990 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_add_device_link()
|
D | Kconfig | 23 The filesystem disk format is no longer unstable, and it's not 52 state of the filesystem on disk is always consistent, i.e.,
|
D | Makefile | 6 file-item.o inode-item.o inode-map.o disk-io.o \
|
/fs/freevxfs/ |
D | Kconfig | 10 these particular OS implementations of vxfs may differ in on-disk 21 creating HP-UX logical volumes easy from HP-UX disk block device file 22 or regular file with image of the disk. See:
|
/fs/efs/ |
D | Kconfig | 7 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer 8 uses the XFS file system for hard disk partitions however).
|
/fs/xfs/ |
D | Kconfig | 17 for complete details. This implementation is on-disk compatible 30 If you say Y here, you will be able to set limits for disk usage on 33 higher level guarantee of consistency. The on-disk data format for 59 separate area of disk space where only file data is stored. It was
|
/fs/sysv/ |
D | Kconfig | 8 here would allow you to read from their floppies and hard disk 11 If you have floppies or hard disk partitions like that, it is likely
|
/fs/quota/ |
D | Kconfig | 11 If you say Y here, you will be able to set per user limits for disk 12 usage (also called disk quotas). Currently, it works for the
|
/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/ext4/ |
D | Kconfig | 46 the on-disk format of ext4 is not forwards compatible with 59 of ext4 features, the on disk filesystem format stays fully backward
|
/fs/omfs/ |
D | Kconfig | 11 and wish to mount its disk.
|
/fs/hpfs/ |
D | Kconfig | 7 is the file system used for organizing files on OS/2 hard disk
|
/fs/affs/ |
D | Kconfig | 15 With this driver you can also mount disk files used by Bernd
|
/fs/afs/ |
D | Kconfig | 29 Say Y here if you want AFS data to be cached locally on disk through
|
/fs/coda/ |
D | Kconfig | 9 disk. Coda has several advantages over NFS: support for
|
/fs/cachefiles/ |
D | Kconfig | 9 local disk to enhance the speed of slower devices.
|
/fs/ufs/ |
D | Kconfig | 8 Unixes can create and mount hard disk partitions and diskettes using
|
/fs/cramfs/ |
D | Kconfig | 33 block device such a disk partition or a ramdisk.
|
/fs/ocfs2/ |
D | Kconfig | 11 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/squashfs/ |
D | Kconfig | 220 has to re-read fragments less often from disk, at the expense 222 SquashFS uses less memory at the expense of extra reads from disk.
|
/fs/f2fs/ |
D | Kconfig | 17 and tools support various parameters not only for configuring on-disk
|