/Linux-v4.19/fs/nfs/blocklayout/ |
D | dev.c | 120 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 138 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 231 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask); 236 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() argument 238 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_simple() 353 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_scsi() argument 355 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_scsi() 402 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() argument 404 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_slice() 407 ret = bl_parse_deviceid(server, d, volumes, v->slice.volume, gfp_mask); in bl_parse_slice() [all …]
|
D | blocklayout.h | 77 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member 82 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member
|
/Linux-v4.19/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-v4.19/drivers/mtd/ubi/ |
D | vmt.c | 79 if (!ubi->volumes[vol->vol_id]) { in vol_attribute_show() 185 if (!ubi->volumes[i]) { in ubi_create_volume() 204 if (ubi->volumes[vol_id]) { in ubi_create_volume() 211 if (ubi->volumes[i] && in ubi_create_volume() 212 ubi->volumes[i]->name_len == req->name_len && in ubi_create_volume() 213 !strcmp(ubi->volumes[i]->name, req->name)) { in ubi_create_volume() 279 ubi->volumes[vol_id] = vol; in ubi_create_volume() 328 ubi->volumes[vol_id] = NULL; in ubi_create_volume() 361 ubi_assert(vol == ubi->volumes[vol_id]); in ubi_remove_volume() 375 ubi->volumes[vol_id] = NULL; in ubi_remove_volume() [all …]
|
D | vtbl.c | 81 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol() 578 ubi_assert(!ubi->volumes[i]); in init_volumes() 579 ubi->volumes[i] = vol; in init_volumes() 656 ubi_assert(!ubi->volumes[i]); in init_volumes() 657 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol; in init_volumes() 755 vol = ubi->volumes[i]; in check_attaching_info() 868 ubi_fastmap_destroy_checkmap(ubi->volumes[i]); in ubi_read_volume_table() 869 kfree(ubi->volumes[i]); in ubi_read_volume_table() 870 ubi->volumes[i] = NULL; in ubi_read_volume_table()
|
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 | build.c | 213 if (!ubi->volumes[i]) in ubi_notify_all() 216 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 434 if (ubi->volumes[i]) in kill_volumes() 435 ubi_free_volume(ubi, ubi->volumes[i]); in kill_volumes() 483 if (ubi->volumes[i]) { in uif_init() 484 err = ubi_add_volume(ubi, ubi->volumes[i]); in uif_init() 528 ubi_eba_replace_table(ubi->volumes[i], NULL); in ubi_free_internal_volumes() 529 ubi_fastmap_destroy_checkmap(ubi->volumes[i]); in ubi_free_internal_volumes() 530 kfree(ubi->volumes[i]); in ubi_free_internal_volumes() 757 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize()
|
D | attach.c | 121 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in find_or_add_av() 157 rb_insert_color(&av->rb, &ai->volumes); in find_or_add_av() 766 rb_erase(&av->rb, &ai->volumes); in ubi_remove_av() 1351 rb = ai->volumes.rb_node; in destroy_ai() 1427 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in scan_all() 1475 ai->volumes = RB_ROOT; in alloc_ai() 1686 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1800 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1888 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in self_check_ai()
|
D | eba.c | 920 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb() 1345 vol = ubi->volumes[idx]; in ubi_eba_copy_leb() 1550 vol = ubi->volumes[i]; in self_check_eba() 1603 if (!ubi->volumes[i]) in self_check_eba() 1643 vol = ubi->volumes[i]; in ubi_eba_init() 1708 if (!ubi->volumes[i]) in ubi_eba_init() 1710 ubi_eba_replace_table(ubi->volumes[i], NULL); in ubi_eba_init()
|
D | misc.c | 65 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
|
/Linux-v4.19/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. 132 Count of volumes on this UBI device. 140 etc directories describe UBI volumes on UBI device X (volumes 168 only for static volumes, and for dynamic volume it equivalent 199 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and 200 "static\n" for static volumes.
|
/Linux-v4.19/fs/freevxfs/ |
D | Kconfig | 19 There is a userspace utility for HP-UX logical volumes which makes 20 creating HP-UX logical volumes easy from HP-UX disk block device file
|
/Linux-v4.19/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()
|
/Linux-v4.19/fs/nfsd/ |
D | blocklayoutxdr.h | 50 struct pnfs_block_volume volumes[]; member
|
D | blocklayout.c | 160 b = &dev->volumes[0]; in nfsd4_block_get_device_info_simple() 346 b = &dev->volumes[0]; in nfsd4_block_get_device_info_scsi()
|
D | blocklayoutxdr.c | 90 ret = nfsd4_block_encode_volume(xdr, &dev->volumes[i]); in nfsd4_block_encode_getdeviceinfo()
|
/Linux-v4.19/Documentation/ |
D | ldm.txt | 26 assemble any multi-partition volumes, e.g. Stripes, RAID5. 96 any of the volumes on the disk.
|
/Linux-v4.19/fs/befs/ |
D | Kconfig | 11 extremely large volumes and files.
|
/Linux-v4.19/fs/btrfs/ |
D | Makefile | 9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 8 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD
|
/Linux-v4.19/Documentation/filesystems/ |
D | hfsplus.txt | 47 Used to force write access to volumes that are marked as journalled
|
D | afs.txt | 99 specify connection to only volumes of those types. 161 servers, volumes, and active servers known within that cell. 169 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/volumes
|
D | ubifs.txt | 37 wear-leveling layer. It provides so called UBI volumes which is a higher 48 top of UBI volumes.
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 14 volumes on the MDS and clients is not supported yet.
|
/Linux-v4.19/Documentation/scsi/ |
D | smartpqi.txt | 13 volumes will not be added to the OS.
|