Searched refs:disk (Results 1 – 25 of 33) sorted by relevance
12
/fs/ |
D | block_dev.c | 792 struct gendisk *disk; in bd_start_claiming() local 802 disk = get_gendisk(bdev->bd_dev, &partno); in bd_start_claiming() 803 if (!disk) in bd_start_claiming() 815 whole = bdget_disk(disk, 0); in bd_start_claiming() 819 module_put(disk->fops->owner); in bd_start_claiming() 820 put_disk(disk); in bd_start_claiming() 842 struct gendisk *disk; member 847 struct gendisk *disk) in bd_find_holder_disk() argument 852 if (holder->disk == disk) in bd_find_holder_disk() 895 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/btrfs/ |
D | ctree.h | 2037 struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument 2039 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu() 2040 cpu->type = disk->type; in btrfs_disk_key_to_cpu() 2041 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu() 2044 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument 2047 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk() 2048 disk->type = cpu->type; in btrfs_cpu_key_to_disk() 2049 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk() 2268 struct btrfs_disk_balance_args *disk) in btrfs_disk_balance_args_to_cpu() argument 2272 cpu->profiles = le64_to_cpu(disk->profiles); in btrfs_disk_balance_args_to_cpu() [all …]
|
D | Kconfig | 2 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" 41 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/xfs/ |
D | Kconfig | 14 for complete details. This implementation is on-disk compatible 27 If you say Y here, you will be able to set limits for disk usage on 30 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/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/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 | 9 If you say Y here, you will be able to set per user limits for disk 10 usage (also called disk quotas). Currently, it works for the
|
D | quota_tree.c | 205 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) in qtree_entry_unused() argument 210 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/hpfs/ |
D | Kconfig | 6 is the file system used for organizing files on OS/2 hard disk
|
/fs/ext3/ |
D | Kconfig | 15 Other than adding the journal to the file system, the on-disk format 37 between when data is guaranteed to be on disk and
|
/fs/afs/ |
D | Kconfig | 29 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/squashfs/ |
D | Kconfig | 118 has to re-read fragments less often from disk, at the expense 120 SquashFS uses less memory at the expense of extra reads from disk.
|
/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/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
|
/fs/ntfs/ |
D | Kconfig | 74 hard disk. Unlike other Linux distributions TopologiLinux does not
|
12