Home
last modified time | relevance | path

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

12

/fs/
Dblock_dev.c916 struct gendisk *disk; in bd_start_claiming() local
926 disk = get_gendisk(bdev->bd_dev, &partno); in bd_start_claiming()
927 if (!disk) in bd_start_claiming()
939 whole = bdget_disk(disk, 0); in bd_start_claiming()
943 module_put(disk->fops->owner); in bd_start_claiming()
944 put_disk(disk); in bd_start_claiming()
966 struct gendisk *disk; member
971 struct gendisk *disk) in bd_find_holder_disk() argument
976 if (holder->disk == disk) in bd_find_holder_disk()
1019 int bd_link_disk_holder(struct block_device *bdev, struct gendisk *disk) in bd_link_disk_holder() argument
[all …]
/fs/minix/
DKconfig6 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/freevxfs/
DKconfig9 these particular OS implementations of vxfs may differ in on-disk
20 creating HP-UX logical volumes easy from HP-UX disk block device file
21 or regular file with image of the disk. See:
/fs/btrfs/
Dctree.h1949 struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument
1951 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu()
1952 cpu->type = disk->type; in btrfs_disk_key_to_cpu()
1953 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu()
1956 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument
1959 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk()
1960 disk->type = cpu->type; in btrfs_cpu_key_to_disk()
1961 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk()
2199 struct btrfs_disk_balance_args *disk) in btrfs_disk_balance_args_to_cpu() argument
2203 cpu->profiles = le64_to_cpu(disk->profiles); in btrfs_disk_balance_args_to_cpu()
[all …]
Dsysfs.c661 struct hd_struct *disk; in btrfs_sysfs_rm_device_link() local
668 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
669 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_rm_device_link()
682 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
683 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_rm_device_link()
711 struct hd_struct *disk; in btrfs_sysfs_add_device_link() local
720 disk = dev->bdev->bd_part; in btrfs_sysfs_add_device_link()
721 disk_kobj = &part_to_dev(disk)->kobj; in btrfs_sysfs_add_device_link()
DKconfig18 The filesystem disk format is no longer unstable, and it's not
50 state of the filesystem on disk is always consistent, i.e.,
DMakefile5 file-item.o inode-item.o inode-map.o disk-io.o \
/fs/efs/
DKconfig6 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/
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
62 separate area of disk space where only file data is stored. It was
/fs/sysv/
DKconfig7 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/quota/
DKconfig10 If you say Y here, you will be able to set per user limits for disk
11 usage (also called disk quotas). Currently, it works for the
Dquota_tree.c212 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) in qtree_entry_unused() argument
217 if (disk[i]) in qtree_entry_unused()
/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/omfs/
DKconfig10 and wish to mount its disk.
/fs/ext4/
DKconfig44 the on-disk format of ext4 is not forwards compatible with
57 of ext4 features, the on disk filesystem format stays fully backward
/fs/hpfs/
DKconfig6 is the file system used for organizing files on OS/2 hard disk
/fs/afs/
DKconfig28 Say Y here if you want AFS data to be cached locally on disk through
/fs/coda/
DKconfig8 disk. Coda has several advantages over NFS: support for
/fs/affs/
DKconfig14 With this driver you can also mount disk files used by Bernd
/fs/cachefiles/
DKconfig8 local disk to enhance the speed of slower devices.
/fs/ufs/
DKconfig7 Unixes can create and mount hard disk partitions and diskettes using
/fs/squashfs/
DKconfig177 has to re-read fragments less often from disk, at the expense
179 SquashFS uses less memory at the expense of extra reads from disk.
/fs/ocfs2/
DKconfig10 OCFS2 is a general purpose extent based shared disk cluster file
/fs/f2fs/
DKconfig14 and tools support various parameters not only for configuring on-disk

12