Home
last modified time | relevance | path

Searched refs:volumes (Results 1 – 25 of 50) sorted by relevance

12

/linux/fs/nfs/blocklayout/
H A Ddev.c181 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume()
199 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume()
293 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask);
298 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() argument
300 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_simple()
398 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_scsi() argument
400 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_scsi()
455 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() argument
457 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_slice()
460 ret = bl_parse_deviceid(server, d, volumes, v->slice.volume, gfp_mask); in bl_parse_slice()
[all …]
H A Dblocklayout.h77 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member
82 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member
/linux/drivers/mtd/ubi/
H A Dvmt.c62 if (!ubi->volumes[vol->vol_id] || ubi->volumes[vol->vol_id]->is_dead) { in vol_attribute_show()
193 if (!ubi->volumes[i]) { in ubi_create_volume()
212 if (ubi->volumes[vol_id]) { in ubi_create_volume()
219 if (ubi->volumes[i] && !ubi->volumes[i]->is_dead && in ubi_create_volume()
220 ubi->volumes[i]->name_len == req->name_len && in ubi_create_volume()
221 !strcmp(ubi->volumes[i]->name, req->name)) { in ubi_create_volume()
288 ubi->volumes[vol_id] = vol; in ubi_create_volume()
337 ubi->volumes[vol_id] = NULL; in ubi_create_volume()
369 ubi_assert(vol == ubi->volumes[vol_id]); in ubi_remove_volume()
396 ubi->volumes[vol_id] = NULL; in ubi_remove_volume()
[all …]
H A DKconfig7 logical volumes on top of MTD devices, hides some complexities of
85 devices on top of UBI volumes: for each UBI volumes an MTD device is
92 bool "Read-only block devices on top of UBI volumes"
97 devices will be layered on top of UBI volumes, which means that the
100 volumes in read-only mode (e.g., ext4), but it is probably most
122 This option enabled an additional driver exposing UBI volumes as NVMEM
H A Dvtbl.c68 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol()
565 ubi_assert(!ubi->volumes[i]); in init_volumes()
566 ubi->volumes[i] = vol; in init_volumes()
643 ubi_assert(!ubi->volumes[i]); in init_volumes()
644 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol; in init_volumes()
742 vol = ubi->volumes[i]; in check_attaching_info()
H A Deba.c902 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb()
1336 vol = ubi->volumes[idx]; in ubi_eba_copy_leb()
1549 vol = ubi->volumes[i]; in self_check_eba()
1599 if (!ubi->volumes[i]) in self_check_eba()
1639 vol = ubi->volumes[i]; in ubi_eba_init()
1704 if (!ubi->volumes[i]) in ubi_eba_init()
1706 ubi_eba_replace_table(ubi->volumes[i], NULL); in ubi_eba_init()
H A Dmisc.c52 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
H A Dkapi.c154 vol = ubi->volumes[vol_id]; in ubi_open_volume()
259 struct ubi_volume *vol = ubi->volumes[i]; in ubi_open_volume_nm()
/linux/include/sound/
H A Dak4xxx-adda.h49 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member
81 (ak)->volumes[(chip) * 16 + (reg)]
83 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
/linux/Documentation/ABI/stable/
H A Dsysfs-class-ubi31 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/sound/pci/ice1712/
H A Dmaya44.c64 unsigned char volumes[WM_NUM_VOLS][2]; member
179 ucontrol->value.integer.value[0] = wm->volumes[idx][0]; in maya_vol_get()
180 ucontrol->value.integer.value[1] = wm->volumes[idx][1]; in maya_vol_get()
200 if (val == wm->volumes[idx][ch]) in maya_vol_put()
213 wm->volumes[idx][ch] = val; in maya_vol_put()
/linux/fs/afs/
H A Dvl_alias.c146 if (!RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias_one()
147 pvol = afs_get_volume(rb_entry(p->volumes.rb_node, in afs_query_for_alias_one()
197 if (RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias()
H A Dvolume.c29 pp = &cell->volumes.rb_node; in afs_insert_volume_into_cell()
44 rb_replace_node_rcu(&p->cell_node, &volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
49 rb_insert_color(&volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
68 rb_erase(&volume->cell_node, &cell->volumes); in afs_remove_volume_from_cell()
H A Dcallback.c62 list_for_each_entry(se, &server->volumes, slink) { in afs_init_callback_state()
122 p = rcu_dereference_raw(cell->volumes.rb_node); in afs_lookup_volume_rcu()
H A Dserver_list.c170 list_for_each(p, &server->volumes) { in afs_attach_volume_to_servers()
216 list_for_each(p, &pn->server->volumes) { in afs_reattach_volume_to_servers()
/linux/fs/cachefiles/
H A Dcache.c327 list_for_each(cur, &cache->volumes) { in cachefiles_withdraw_fscache_volumes()
359 if (!list_empty(&cache->volumes)) { in cachefiles_withdraw_volumes()
360 volume = list_first_entry(&cache->volumes, in cachefiles_withdraw_volumes()
H A Dvolume.c90 list_add(&volume->cache_link, &volume->cache->volumes); in cachefiles_acquire_volume()
/linux/fs/nfsd/
H A Dblocklayoutxdr.h64 struct pnfs_block_volume volumes[] __counted_by(nr_volumes);
/linux/Documentation/admin-guide/
H A Dldm.rst26 assemble any multi-partition volumes, e.g. Stripes, RAID5.
96 any of the volumes on the disk.
/linux/fs/befs/
H A DKconfig13 extremely large volumes and files.
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst12 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD
/linux/Documentation/filesystems/
H A Dafs.rst98 specify connection to only volumes of those types.
157 servers, volumes, and active servers known within that cell::
165 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/volumes
H A Dhfsplus.rst49 Used to force write access to volumes that are marked as journalled
H A Dubifs.rst43 wear-leveling layer. It provides so called UBI volumes which is a higher
54 top of UBI volumes.
/linux/Documentation/scsi/
H A Dsmartpqi.rst15 volumes will not be added to the OS.

12