/fs/sysfs/ |
D | Kconfig | 12 kernel, such as the devices the kernel has discovered on each bus and 13 which driver each is bound to. sysfs can also be used to tune devices 18 delegating policy decisions, like persistently naming devices.
|
/fs/romfs/ |
D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page 43 This permits ROMFS to use MTD based devices directly, without the 45 also allows direct mapping of MTD devices through romfs files under
|
/fs/btrfs/tests/ |
D | btrfs-tests.c | 99 list_add(&dev->dev_list, &fs_info->fs_devices->devices); in btrfs_alloc_dummy_device() 123 INIT_LIST_HEAD(&fs_info->fs_devices->devices); in btrfs_alloc_dummy_fs_info() 180 list_for_each_entry_safe(dev, tmp, &fs_info->fs_devices->devices, in btrfs_free_dummy_fs_info()
|
/fs/jffs2/ |
D | Kconfig | 8 for use on diskless embedded devices. It provides improved wear 10 this on normal block devices, only on 'MTD' devices. 40 types of flash devices:
|
/fs/jbd2/ |
D | Kconfig | 8 This is a generic journaling layer for block devices that support 11 journal support to other file systems or block devices such
|
/fs/proc/ |
D | Kconfig | 15 that are used by the attached devices to gain the CPU's attention -- 16 often a source of trouble if two devices are mistakenly configured 55 underlying devices are initialized in crash recovery kernel.
|
D | Makefile | 18 proc-y += devices.o
|
/fs/nfsd/ |
D | Kconfig | 101 clients to directly perform I/O to block devices accesible to both 115 clients to directly perform I/O to SCSI devices accesible to both 128 enables NFS clients to directly perform I/O to NFSv3 devices
|
/fs/btrfs/ |
D | volumes.c | 357 INIT_LIST_HEAD(&fs_devs->devices); in alloc_fs_devices() 386 while (!list_empty(&fs_devices->devices)) { in free_fs_devices() 387 device = list_entry(fs_devices->devices.next, in free_fs_devices() 614 &fs_devices->devices, dev_list) { in btrfs_free_stale_devices() 913 list_add_rcu(&device->dev_list, &fs_devices->devices); in device_list_add() 1052 list_for_each_entry(orig_dev, &orig->devices, dev_list) { in clone_fs_devices() 1077 list_add(&device->dev_list, &fs_devices->devices); in clone_fs_devices() 1093 list_for_each_entry_safe(device, next, &fs_devices->devices, dev_list) { in __btrfs_free_extra_devids() 1222 list_for_each_entry_safe(device, tmp, &fs_devices->devices, dev_list) in close_fs_devices() 1272 list_for_each_entry_safe(device, tmp_device, &fs_devices->devices, in open_fs_devices() [all …]
|
D | sysfs.c | 989 list_for_each_entry(device, &fs_devices->devices, dev_list) in btrfs_sysfs_remove_fs_devices() 993 list_for_each_entry(device, &seed->devices, dev_list) in btrfs_sysfs_remove_fs_devices() 1392 list_for_each_entry(device, &fs_devices->devices, dev_list) { in btrfs_sysfs_add_fs_devices() 1399 list_for_each_entry(device, &seed->devices, dev_list) { in btrfs_sysfs_add_fs_devices()
|
D | Kconfig | 26 writable snapshotting, support for multiple devices and many more
|
D | super.c | 2044 struct btrfs_device_info *devices, in btrfs_descending_sort_devices() argument 2047 sort(devices, nr_devices, sizeof(struct btrfs_device_info), in btrfs_descending_sort_devices() 2107 list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) { in btrfs_calc_avail_data_space() 2422 list_for_each_entry_rcu(dev, &fs_info->fs_devices->devices, dev_list) { in btrfs_show_devname()
|
D | reada.c | 784 list_for_each_entry(device, &fs_devices->devices, dev_list) { in reada_start_for_fsdevs() 854 list_for_each_entry(device, &fs_devices->devices, dev_list) { in dump_devs()
|
D | dev-replace.c | 264 list_for_each_entry(device, &fs_info->fs_devices->devices, dev_list) { in btrfs_init_dev_replace_tgtdev() 317 list_add(&device->dev_list, &fs_info->fs_devices->devices); in btrfs_init_dev_replace_tgtdev()
|
D | volumes.h | 242 struct list_head devices; member
|
/fs/omfs/ |
D | Kconfig | 10 the opposite is true. Say Y if you have either of these devices
|
/fs/exfat/ |
D | Kconfig | 7 This allows you to mount devices formatted with the exFAT file system.
|
/fs/adfs/ |
D | Kconfig | 11 write to those devices, say Y to "ADFS write support" below.
|
/fs/cachefiles/ |
D | Kconfig | 9 local disk to enhance the speed of slower devices.
|
/fs/fuse/ |
D | Kconfig | 25 This FUSE extension allows character devices to be
|
D | inode.c | 848 INIT_LIST_HEAD(&fc->devices); in fuse_conn_init() 1332 WARN_ON(!list_empty(&fc->devices)); in fuse_free_conn() 1405 list_add_tail(&fud->entry, &fc->devices); in fuse_dev_install()
|
/fs/squashfs/ |
D | Kconfig | 192 This, however, gives poor performance on MTD NAND devices where 193 the optimal I/O size is 4K (even though the devices can support
|
/fs/ubifs/ |
D | Kconfig | 18 UBIFS is a file system for flash devices which works on top of UBI.
|
/fs/affs/ |
D | Changes | 17 doesn't work with devices which have 256 byte 100 - Changed partition checker to allow devices
|
/fs/erofs/ |
D | Kconfig | 11 xattrs/data, chunk-based deduplication, multiple devices, etc.) for
|