/linux-4.4.14/fs/nfs/blocklayout/ |
D | dev.c | 101 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 114 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 189 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask); 194 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() argument 196 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_simple() 221 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() argument 223 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_slice() 226 ret = bl_parse_deviceid(server, d, volumes, v->slice.volume, gfp_mask); in bl_parse_slice() 237 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_concat() argument 239 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_concat() [all …]
|
D | blocklayout.h | 78 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member 83 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member
|
/linux-4.4.14/include/sound/ |
D | ak4xxx-adda.h | 63 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member 95 (ak)->volumes[(chip) * 16 + (reg)] 97 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 31 device may have many UBI volumes) 71 volumes may have smaller logical eraseblock size because of their 86 Maximum number of volumes which this UBI device may have. 123 Count of volumes on this UBI device. 131 etc directories describe UBI volumes on UBI device X (volumes 159 only for static volumes, and for dynamic volume it equivalent 190 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and 191 "static\n" for static volumes.
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | vmt.c | 79 if (!ubi->volumes[vol->vol_id]) { in vol_attribute_show() 175 if (!ubi->volumes[i]) { in ubi_create_volume() 194 if (ubi->volumes[vol_id]) { in ubi_create_volume() 201 if (ubi->volumes[i] && in ubi_create_volume() 202 ubi->volumes[i]->name_len == req->name_len && in ubi_create_volume() 203 !strcmp(ubi->volumes[i]->name, req->name)) { in ubi_create_volume() 308 ubi->volumes[vol_id] = vol; in ubi_create_volume() 365 ubi_assert(vol == ubi->volumes[vol_id]); in ubi_remove_volume() 379 ubi->volumes[vol_id] = NULL; in ubi_remove_volume() 413 ubi->volumes[vol_id] = vol; in ubi_remove_volume() [all …]
|
D | Kconfig | 6 logical volumes on top of MTD devices, hides some complexities of 84 devices on top of UBI volumes: for each UBI volumes an MTD device is 91 bool "Read-only block devices on top of UBI volumes" 96 devices will be layered on top of UBI volumes, which means that the 99 volumes in read-only mode (e.g., ext4), but it is probably most
|
D | vtbl.c | 81 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol() 572 ubi_assert(!ubi->volumes[i]); in init_volumes() 573 ubi->volumes[i] = vol; in init_volumes() 640 ubi_assert(!ubi->volumes[i]); in init_volumes() 641 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol; in init_volumes() 736 vol = ubi->volumes[i]; in check_attaching_info() 849 kfree(ubi->volumes[i]); in ubi_read_volume_table() 850 ubi->volumes[i] = NULL; in ubi_read_volume_table()
|
D | build.c | 209 if (!ubi->volumes[i]) in ubi_notify_all() 212 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 462 if (ubi->volumes[i]) in kill_volumes() 463 ubi_free_volume(ubi, ubi->volumes[i]); in kill_volumes() 522 if (ubi->volumes[i]) { in uif_init() 523 err = ubi_add_volume(ubi, ubi->volumes[i]); in uif_init() 572 kfree(ubi->volumes[i]->eba_tbl); in ubi_free_internal_volumes() 573 kfree(ubi->volumes[i]); in ubi_free_internal_volumes() 791 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize()
|
D | attach.c | 263 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in add_volume() 298 rb_insert_color(&av->rb, &ai->volumes); in add_volume() 609 struct rb_node *p = ai->volumes.rb_node; in ubi_find_av() 644 rb_erase(&av->rb, &ai->volumes); in ubi_remove_av() 1191 rb = ai->volumes.rb_node; in destroy_ai() 1267 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in scan_all() 1314 ai->volumes = RB_ROOT; in alloc_ai() 1517 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1631 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1719 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in self_check_ai()
|
D | eba.c | 576 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb() 1103 vol = ubi->volumes[idx]; in ubi_eba_copy_leb() 1336 vol = ubi->volumes[i]; in self_check_eba() 1387 if (!ubi->volumes[i]) in self_check_eba() 1425 vol = ubi->volumes[i]; in ubi_eba_init() 1488 if (!ubi->volumes[i]) in ubi_eba_init() 1490 kfree(ubi->volumes[i]->eba_tbl); in ubi_eba_init() 1491 ubi->volumes[i]->eba_tbl = NULL; in ubi_eba_init()
|
D | misc.c | 65 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
|
D | fastmap.c | 187 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in add_vol() 218 rb_insert_color(&av->rb, &ai->volumes); in add_vol() 236 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in assign_aeb_to_av() 372 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in process_pool_aeb() 424 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb() 581 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in count_fastmap_pebs() 1245 vol = ubi->volumes[i]; in ubi_write_fastmap()
|
D | ubi.h | 536 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT]; member 725 struct rb_root volumes; member
|
D | kapi.c | 166 vol = ubi->volumes[vol_id]; in ubi_open_volume() 271 struct ubi_volume *vol = ubi->volumes[i]; in ubi_open_volume_nm()
|
D | wl.c | 1560 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 5 tristate "NCP file system support (to mount NetWare volumes)" 11 to mount NetWare file server volumes and to access them just like 37 Allows locking of records on remote volumes. Say N unless you have 45 To use this feature you must mount volumes with the ncpmount 47 mounting volumes with -f 444.
|
/linux-4.4.14/sound/pci/ice1712/ |
D | maya44.c | 78 unsigned char volumes[WM_NUM_VOLS][2]; member 193 ucontrol->value.integer.value[0] = wm->volumes[idx][0]; in maya_vol_get() 194 ucontrol->value.integer.value[1] = wm->volumes[idx][1]; in maya_vol_get() 215 if (val == wm->volumes[idx][ch]) in maya_vol_put() 228 wm->volumes[idx][ch] = val; in maya_vol_put()
|
D | delta.c | 609 memcpy(akm_vol_bak, ice->akm->volumes, sizeof(akm_vol_bak)); in snd_ice1712_delta_resume() 612 memcpy(ice->akm->volumes, akm_vol_bak, sizeof(akm_vol_bak)); in snd_ice1712_delta_resume()
|
/linux-4.4.14/fs/nfsd/ |
D | blocklayoutxdr.h | 37 struct pnfs_block_volume volumes[]; member
|
D | blocklayoutxdr.c | 76 ret = nfsd4_block_encode_volume(xdr, &dev->volumes[i]); in nfsd4_block_encode_getdeviceinfo()
|
D | blocklayout.c | 30 b = &dev->volumes[0]; in nfsd4_block_get_device_info_simple()
|
/linux-4.4.14/Documentation/filesystems/ |
D | afs.txt | 99 specify connection to only volumes of those types. 145 servers, volumes, and active servers known within that cell. 153 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/volumes 225 some public volumes volumes.
|
D | hfsplus.txt | 47 Used to force write access to volumes that are marked as journalled
|
D | ubifs.txt | 37 wear-leveling layer. It provides so called UBI volumes which is a higher 48 top of UBI volumes.
|
D | ntfs.txt | 60 - The new driver has full support for sparse files on NTFS 3.x volumes which 80 - The new driver supports exporting of mounted NTFS volumes via NFS. 254 For NT4 fault tolerant volumes you can obtain the sizes using fdisk. So for 285 dynamic disks and all the volumes on them. At the bottom you will see the 386 the MD driver with NTFS volumes" especially if you want to use linear raid).
|
D | ceph.txt | 48 requiring an administrator carve the data set into static volumes or
|
D | affs.txt | 134 these entities are called "volumes". They have symbolic names which
|
D | xfs.txt | 176 system uuid. This is useful to mount LVM snapshot volumes,
|
D | ext4.txt | 249 noquota are used only by quota tools to recognize volumes
|
/linux-4.4.14/fs/btrfs/ |
D | Makefile | 8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/linux-4.4.14/fs/befs/ |
D | Kconfig | 11 extremely large volumes and files.
|
D | ChangeLog | 153 practically means is that 8k blocksize volumes won't work without a major
|
/linux-4.4.14/Documentation/ |
D | ldm.txt | 26 assemble any multi-partition volumes, e.g. Stripes, RAID5. 84 any of the volumes on the disk.
|
D | kernel-per-CPU-kthreads.txt | 42 relatively old and is produced in relatively low unit volumes.)
|
D | devices.txt | 1987 use in mounting NetWare volumes. A maximum of 1988 256 NetWare volumes can be supported in a single 2694 199 char Veritas volume manager (VxVM) volumes 2699 199 block Veritas volume manager (VxVM) volumes
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 8 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 14 volumes on the MDS and clients is not supported yet.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 7 0a - 13 for channel volumes
|
D | SoundPro | 104 - come up with a scheme which allows recording volumes for each subdevice.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 8 engine to efficiently transfer large volumes of data between the card and main
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 16 covered by the supplied range up to 64 volumes. Additional DASDs are
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 10 allows the sharing of data between volumes, thus reducing disk usage. 164 Thinly-provisioned volumes are activated using the 'thin' target: 211 thinly-provisioned volumes but have the base image on another device
|
D | switch.txt | 122 Assume that you have volumes vg1/switch0 vg1/switch1 vg1/switch2 with
|
D | snapshot.txt | 87 we'll have this situation (with volumes in above order):
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 35 will be FULL VOLUME regardless of Master and PCM volumes. 197 volumes. Synth, CD, Line and Mic have playback and capture switches,
|
D | OSS-Emulation.txt | 212 As default, ALSA uses the following control for OSS volumes:
|
D | HD-Audio.txt | 459 - multi_cap_vol (bool): provide multiple capture volumes
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4xxx-adda.c | 279 memset(ak->volumes, 0, sizeof(ak->volumes)); in snd_akm4xxx_init()
|
/linux-4.4.14/block/partitions/ |
D | Kconfig | 77 "logical volumes" can be spread across one or multiple disks, 190 mirrored, striped or RAID volumes, all without the need for
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 36 To get the status of logical volumes and to detect physical drive
|
/linux-4.4.14/fs/affs/ |
D | Changes | 233 - Allow mounting of volumes with superfluous
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 56 MIDI interface. Also mixer volumes may be seriously wrong on some systems.
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 297 cdrom_volctrl structure containing volumes for up to 4
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 343 Allow volume managers to mirror logical volumes, also
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 171 indices for the read-write, read-only and backup mirrors of those volumes.
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 572 API-mpt-inactive-raid-volumes
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 407 provide unique inode numbers when exporting multiple volumes from under one
|
/linux-4.4.14/ |
D | CREDITS | 2117 D: NCP filesystem support (to mount NetWare volumes)
|