Searched refs:volumes (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/fs/nfs/blocklayout/
H A Ddev.c112 dprintk("Too many volumes: %d\n", b->concat.volumes_count);
120 b->concat.volumes[i] = be32_to_cpup(p++);
130 dprintk("Too many volumes: %d\n", b->stripe.volumes_count);
138 b->stripe.volumes[i] = be32_to_cpup(p++);
231 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask);
236 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask)
238 struct pnfs_block_volume *v = &volumes[idx];
327 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask)
329 struct pnfs_block_volume *v = &volumes[idx];
385 struct pnfs_block_volume *volumes, in
235 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
326 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
384 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
400 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
429 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
458 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) argument
483 struct pnfs_block_volume *volumes; local
[all...]
H A Dblocklayout.h77 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member in struct:pnfs_block_volume::__anon1815::__anon1819
82 u32 volumes[PNFS_BLOCK_MAX_DEVICES]; member in struct:pnfs_block_volume::__anon1815::__anon1820
/linux-master/include/sound/
H A Dak4xxx-adda.h49 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member in struct:snd_akm4xxx
81 (ak)->volumes[(chip) * 16 + (reg)]
83 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
/linux-master/fs/nfsd/
H A Dblocklayoutxdr.h50 struct pnfs_block_volume volumes[]; member in struct:pnfs_block_deviceaddr
H A Dblocklayout.c157 b = &dev->volumes[0];
265 b = &dev->volumes[0];
H A Dblocklayoutxdr.c100 ret = nfsd4_block_encode_volume(xdr, &dev->volumes[i]);
107 * Fill in the overall length and number of volumes at the beginning
/linux-master/drivers/mtd/ubi/
H A Dvmt.c52 * out that the volume was removed from the @ubi->volumes array.
62 if (!ubi->volumes[vol->vol_id] || ubi->volumes[vol->vol_id]->is_dead) {
133 fw_vols = device_get_named_child_node(vol->dev.parent->parent, "volumes");
191 if (!ubi->volumes[i]) {
210 if (ubi->volumes[vol_id]) {
217 if (ubi->volumes[i] && !ubi->volumes[i]->is_dead &&
218 ubi->volumes[i]->name_len == req->name_len &&
219 !strcmp(ubi->volumes[
[all...]
H A Dbuild.c181 * ubi_notify_all - send a notification to all volumes.
186 * This function walks all volumes of UBI device @ubi and sends the @ntype
202 * change @ubi->volumes, we do not have to lock
205 if (!ubi->volumes[i])
208 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi);
222 * ubi_enumerate_volumes - send "add" notification for all existing volumes.
225 * This function walks all UBI devices and volumes and sends the
417 * kill_volumes - destroy all user volumes.
425 if (ubi->volumes[i])
426 ubi_free_volume(ubi, ubi->volumes[
[all...]
H A Dvtbl.c30 * information about how much data static volumes contain.
60 * ubi_update_layout_vol - helper for updatting layout volumes on flash
68 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)];
113 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table.
117 * This function re-names multiple volumes specified in @req in the volume
258 ubi_err(ubi, "volumes %d and %d have the same name \"%s\"",
511 * init_volumes - initialize volume information for existing volumes.
516 * This function allocates volume description objects for existing volumes.
565 ubi_assert(!ubi->volumes[i]);
566 ubi->volumes[
[all...]
H A Dmisc.c46 * failure. Dynamic volumes are not checked and zero is returned immediately.
52 struct ubi_volume *vol = ubi->volumes[vol_id];
H A Dattach.c15 * object. Information about volumes is represented by &struct ubi_ainf_volume
16 * objects which are kept in volume RB-tree with root at the @volumes field.
108 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL;
144 rb_insert_color(&av->rb, &ai->volumes);
753 rb_erase(&av->rb, &ai->volumes);
1339 rb = ai->volumes.rb_node;
1415 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
1463 ai->volumes = RB_ROOT;
1674 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
1788 ubi_rb_for_each_entry(rb1, av, &ai->volumes, r
[all...]
H A Deba.c85 * volumes have no compatibility flags, so %0 is returned.
584 * bytes. The @check flag only makes sense for static volumes and forces
614 * with 0xFF bytes. The exception is static volumes for which
903 struct ubi_volume *vol = ubi->volumes[idx];
1113 * volumes. This function returns zero in case of success and a negative error
1337 vol = ubi->volumes[idx];
1550 vol = ubi->volumes[i];
1603 if (!ubi->volumes[i])
1643 vol = ubi->volumes[i];
1708 if (!ubi->volumes[
[all...]
H A Dubi.h313 * @corrupted: %1 if the volume is corrupted (static volumes only)
323 * Since UBI protects only static volumes, this field is not relevant to
324 * dynamic volumes - it is user's responsibility to assure their data
443 * @vol_count: number of volumes in this UBI device
444 * @volumes: volumes of this UBI device
445 * @volumes_lock: protects @volumes, @rsvd_pebs, @avail_pebs, beb_rsvd_pebs,
561 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT]; member in struct:ubi_device
696 * static volumes)
699 * size in case of dynamic volumes)
760 struct rb_root volumes; member in struct:ubi_attach_info
[all...]
H A Dkapi.c154 vol = ubi->volumes[vol_id];
257 /* Walk all volumes of this UBI device */
259 struct ubi_volume *vol = ubi->volumes[i];
426 * stores the data at @buf. When reading from static volumes, @check specifies
430 * read speed. The @check argument is ignored for dynamic volumes.
436 * o for both static and dynamic volumes if MTD driver has detected a data
438 * o for static volumes in case of data CRC mismatch.
827 * already existing volumes
851 * We are going to walk all UBI devices and all volumes, and
852 * notify the user about existing volumes b
[all...]
/linux-master/fs/afs/
H A Dvl_alias.c67 * Compare the fileserver lists of two volumes. The server lists are sorted in
105 * Compare root.cell volumes.
146 if (!RB_EMPTY_ROOT(&p->volumes))
147 pvol = afs_get_volume(rb_entry(p->volumes.rb_node,
183 * Query the new cell for volumes we know exist in cells we're already using.
197 if (RB_EMPTY_ROOT(&p->volumes))
H A Dvolume.c28 pp = &cell->volumes.rb_node;
43 rb_replace_node_rcu(&p->cell_node, &volume->cell_node, &cell->volumes);
48 rb_insert_color(&volume->cell_node, &cell->volumes);
67 rb_erase(&volume->cell_node, &cell->volumes);
H A Dserver_list.c170 list_for_each(p, &server->volumes) {
216 list_for_each(p, &pn->server->volumes) {
H A Dcallback.c62 list_for_each_entry(se, &server->volumes, slink) {
126 p = rcu_dereference_raw(cell->volumes.rb_node);
230 /* TODO: Find all matching volumes if we couldn't match the server and
/linux-master/sound/pci/ice1712/
H A Dmaya44.c64 unsigned char volumes[WM_NUM_VOLS][2]; member in struct:snd_wm8776
179 ucontrol->value.integer.value[0] = wm->volumes[idx][0];
180 ucontrol->value.integer.value[1] = wm->volumes[idx][1];
201 if (val == wm->volumes[idx][ch])
214 wm->volumes[idx][ch] = val;
H A Ddelta.c595 memcpy(akm_vol_bak, ice->akm->volumes, sizeof(akm_vol_bak));
598 memcpy(ice->akm->volumes, akm_vol_bak, sizeof(akm_vol_bak));
/linux-master/fs/cachefiles/
H A Dvolume.c87 list_add(&volume->cache_link, &volume->cache->volumes);
H A Dcache.c315 * Withdraw volumes.
325 if (!list_empty(&cache->volumes)) {
326 volume = list_first_entry(&cache->volumes,
H A Dinternal.h41 struct list_head cache_link; /* Link in cache->volumes */
92 struct list_head volumes; /* List of volume objects */ member in struct:cachefiles_cache
94 spinlock_t object_list_lock; /* Lock for volumes and object_list */
/linux-master/fs/btrfs/
H A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/linux-master/sound/i2c/other/
H A Dak4xxx-adda.c49 /* DAC volumes */
122 * Volume conversion table for non-linear volumes
265 memset(ak->volumes, 0, sizeof(ak->volumes));

Completed in 213 milliseconds

12