/fs/ |
D | block_dev.c | 916 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/ |
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/freevxfs/ |
D | Kconfig | 9 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/ |
D | ctree.h | 1949 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 …]
|
D | sysfs.c | 661 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()
|
D | Kconfig | 18 The filesystem disk format is no longer unstable, and it's not 50 state of the filesystem on disk is always consistent, i.e.,
|
D | Makefile | 5 file-item.o inode-item.o inode-map.o disk-io.o \
|
/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 | 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 62 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/quota/ |
D | Kconfig | 10 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
|
D | quota_tree.c | 212 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/ |
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/ext4/ |
D | Kconfig | 44 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/ |
D | Kconfig | 6 is the file system used for organizing files on OS/2 hard disk
|
/fs/afs/ |
D | Kconfig | 28 Say Y here if you want AFS data to be cached locally on disk through
|
/fs/coda/ |
D | Kconfig | 8 disk. Coda has several advantages over NFS: support for
|
/fs/affs/ |
D | Kconfig | 14 With this driver you can also mount disk files used by Bernd
|
/fs/cachefiles/ |
D | Kconfig | 8 local disk to enhance the speed of slower devices.
|
/fs/ufs/ |
D | Kconfig | 7 Unixes can create and mount hard disk partitions and diskettes using
|
/fs/squashfs/ |
D | Kconfig | 177 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/ |
D | Kconfig | 10 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/f2fs/ |
D | Kconfig | 14 and tools support various parameters not only for configuring on-disk
|