Home
last modified time | relevance | path

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

12

/fs/sysfs/
DKconfig12 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/
DKconfig33 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/
Dbtrfs-tests.c99 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/
DKconfig8 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/
DKconfig8 This is a generic journaling layer for block devices that support
11 journal support to other file systems or block devices such
/fs/proc/
DKconfig15 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.
DMakefile18 proc-y += devices.o
/fs/nfsd/
DKconfig101 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/
Dvolumes.c357 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 …]
Dsysfs.c989 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()
DKconfig26 writable snapshotting, support for multiple devices and many more
Dsuper.c2044 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()
Dreada.c784 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()
Ddev-replace.c264 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()
Dvolumes.h242 struct list_head devices; member
/fs/omfs/
DKconfig10 the opposite is true. Say Y if you have either of these devices
/fs/exfat/
DKconfig7 This allows you to mount devices formatted with the exFAT file system.
/fs/adfs/
DKconfig11 write to those devices, say Y to "ADFS write support" below.
/fs/cachefiles/
DKconfig9 local disk to enhance the speed of slower devices.
/fs/fuse/
DKconfig25 This FUSE extension allows character devices to be
Dinode.c848 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/
DKconfig192 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/
DKconfig18 UBIFS is a file system for flash devices which works on top of UBI.
/fs/affs/
DChanges17 doesn't work with devices which have 256 byte
100 - Changed partition checker to allow devices
/fs/erofs/
DKconfig11 xattrs/data, chunk-based deduplication, multiple devices, etc.) for

12