| /fs/minix/ |
| A D | Kconfig | 8 The minix file system (method to organize files on a hard disk 9 partition or a floppy disk) was the original file system for Linux, 11 You don't want to use the minix file system on your hard disk
|
| /fs/freevxfs/ |
| A D | Kconfig | 11 these particular OS implementations of vxfs may differ in on-disk 22 creating HP-UX logical volumes easy from HP-UX disk block device file 23 or regular file with image of the disk. See:
|
| /fs/efs/ |
| A D | Kconfig | 8 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer 9 uses the XFS file system for hard disk partitions however).
|
| /fs/pstore/ |
| A D | Kconfig | 115 2) /dev/<disk_name> represents the device name of disk 117 of partition - device number of disk plus the partition number 119 used when disk name of partitioned disk ends with a digit. 124 filled hex representation of the 32-bit "NT disk signature", and PP
|
| /fs/bcachefs/ |
| A D | fs-io-pagecache.c | 398 bch2_disk_reservation_put(c, &res->disk); in bch2_folio_reservation_put() 423 disk_sectors += sectors_to_reserve(&s->s[i], res->disk.nr_replicas); in __bch2_folio_reservation_get() 439 disk_sectors += sectors_to_reserve(&s->s[i], res->disk.nr_replicas); in __bch2_folio_reservation_get() 467 res->disk.sectors += disk_res.sectors; in __bch2_folio_reservation_get() 538 res->disk.nr_replicas); in bch2_set_folio_dirty() 544 sectors = min_t(unsigned, sectors, res->disk.sectors); in bch2_set_folio_dirty() 547 res->disk.sectors -= sectors; in bch2_set_folio_dirty()
|
| A D | fs-io-pagecache.h | 116 struct disk_reservation disk; member 134 res->disk.nr_replicas = inode_nr_replicas(c, inode); in bch2_folio_reservation_init()
|
| /fs/nfsd/ |
| A D | blocklayout.c | 230 nfsd4_block_get_unique_id(struct gendisk *disk, struct pnfs_block_volume *b) in nfsd4_block_get_unique_id() argument 237 ret = disk->fops->get_unique_id(disk, b->scsi.designator, type); in nfsd4_block_get_unique_id()
|
| /fs/btrfs/ |
| A D | accessors.h | 601 const struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument 603 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu() 604 cpu->type = disk->type; in btrfs_disk_key_to_cpu() 605 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu() 608 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument 611 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk() 612 disk->type = cpu->type; in btrfs_cpu_key_to_disk() 613 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk()
|
| A D | volumes.c | 3630 cpu->usage = le64_to_cpu(disk->usage); in btrfs_disk_balance_args_to_cpu() 3631 cpu->devid = le64_to_cpu(disk->devid); in btrfs_disk_balance_args_to_cpu() 3633 cpu->pend = le64_to_cpu(disk->pend); in btrfs_disk_balance_args_to_cpu() 3635 cpu->vend = le64_to_cpu(disk->vend); in btrfs_disk_balance_args_to_cpu() 3637 cpu->flags = le64_to_cpu(disk->flags); in btrfs_disk_balance_args_to_cpu() 3638 cpu->limit = le64_to_cpu(disk->limit); in btrfs_disk_balance_args_to_cpu() 3646 memset(disk, 0, sizeof(*disk)); in btrfs_cpu_balance_args_to_disk() 3649 disk->usage = cpu_to_le64(cpu->usage); in btrfs_cpu_balance_args_to_disk() 3650 disk->devid = cpu_to_le64(cpu->devid); in btrfs_cpu_balance_args_to_disk() 3652 disk->pend = cpu_to_le64(cpu->pend); in btrfs_cpu_balance_args_to_disk() [all …]
|
| A D | ctree.h | 527 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk, in btrfs_comp_keys() argument 532 btrfs_disk_key_to_cpu(&k1, disk); in btrfs_comp_keys()
|
| A D | Makefile | 26 file-item.o inode-item.o disk-io.o \
|
| /fs/quota/ |
| A 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
|
| /fs/befs/ |
| A 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.
|
| /fs/zonefs/ |
| A D | Kconfig | 9 device (e.g. host-managed or host-aware SMR disk drives) as files.
|
| /fs/xfs/ |
| A D | Kconfig | 17 for complete details. This implementation is on-disk compatible 82 If you say Y here, you will be able to set limits for disk usage on 85 higher level guarantee of consistency. The on-disk data format for 111 separate area of disk space where only file data is stored. It was
|
| /fs/squashfs/ |
| A D | Kconfig | 158 repeated reads of the same files trigger excessive disk I/O, significantly 166 caching all compressed blocks in the page cache, reducing disk I/O for 282 has to re-read fragments less often from disk, at the expense 284 SquashFS uses less memory at the expense of extra reads from disk.
|
| /fs/omfs/ |
| A D | Kconfig | 12 and wish to mount its disk.
|
| /fs/ext4/ |
| A D | Kconfig | 41 the on-disk format of ext4 is not forwards compatible with 54 of ext4 features, the on disk filesystem format stays fully backward
|
| /fs/hpfs/ |
| A D | Kconfig | 9 is the file system used for organizing files on OS/2 hard disk
|
| /fs/f2fs/ |
| A D | Kconfig | 26 and tools support various parameters not only for configuring on-disk 128 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
|
| /fs/coda/ |
| A D | Kconfig | 9 disk. Coda has several advantages over NFS: support for
|
| /fs/affs/ |
| A D | Kconfig | 17 With this driver you can also mount disk files used by Bernd
|
| /fs/cachefiles/ |
| A D | Kconfig | 9 local disk to enhance the speed of slower devices.
|
| /fs/afs/ |
| A D | Kconfig | 31 Say Y here if you want AFS data to be cached locally on disk through
|
| /fs/ufs/ |
| A D | Kconfig | 9 Unixes can create and mount hard disk partitions and diskettes using
|