Home
last modified time | relevance | path

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

12

/fs/
Dblock_dev.c792 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/
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/btrfs/
Dctree.h2037 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 …]
DKconfig2 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
41 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/xfs/
DKconfig14 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/
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/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/
DKconfig9 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
Dquota_tree.c205 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/
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/hpfs/
DKconfig6 is the file system used for organizing files on OS/2 hard disk
/fs/ext3/
DKconfig15 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/
DKconfig29 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/squashfs/
DKconfig118 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/
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/ocfs2/
DKconfig10 OCFS2 is a general purpose extent based shared disk cluster file
/fs/ext4/
DKconfig9 the on-disk format of ext4 is not forwards compatible with
/fs/proc/
DKconfig7 your hard disk: the files are created on the fly by the kernel when
/fs/ntfs/
DKconfig74 hard disk. Unlike other Linux distributions TopologiLinux does not

12