Home
last modified time | relevance | path

Searched refs:disk (Results 1 – 25 of 34) sorted by relevance

12

/fs/
Dblock_dev.c1100 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/
DKconfig7 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/
Dctree.h1839 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 …]
Dsysfs.c930 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()
DKconfig23 The filesystem disk format is no longer unstable, and it's not
52 state of the filesystem on disk is always consistent, i.e.,
DMakefile6 file-item.o inode-item.o inode-map.o disk-io.o \
/fs/freevxfs/
DKconfig10 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/
DKconfig7 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/
DKconfig17 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/
DKconfig8 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/
DKconfig11 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/
DChangeLog83 * 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.
DTODO12 * See if we really need separate types for on-disk and in-memory
/fs/ext4/
DKconfig46 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/
DKconfig11 and wish to mount its disk.
/fs/hpfs/
DKconfig7 is the file system used for organizing files on OS/2 hard disk
/fs/affs/
DKconfig15 With this driver you can also mount disk files used by Bernd
/fs/afs/
DKconfig29 Say Y here if you want AFS data to be cached locally on disk through
/fs/coda/
DKconfig9 disk. Coda has several advantages over NFS: support for
/fs/cachefiles/
DKconfig9 local disk to enhance the speed of slower devices.
/fs/ufs/
DKconfig8 Unixes can create and mount hard disk partitions and diskettes using
/fs/cramfs/
DKconfig33 block device such a disk partition or a ramdisk.
/fs/ocfs2/
DKconfig11 OCFS2 is a general purpose extent based shared disk cluster file
/fs/squashfs/
DKconfig220 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/
DKconfig17 and tools support various parameters not only for configuring on-disk

12