Searched refs:vol (Results 76 - 100 of 220) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio.h27 laudio_set_volume(int vol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Deba.c317 * @vol: volume description object
324 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol, argument
327 int err, pnum, vol_id = vol->vol_id;
336 pnum = vol->eba_tbl[lnum];
343 vol->eba_tbl[lnum] = UBI_LEB_UNMAPPED;
354 * @vol: volume description object
370 int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, argument
373 int err, pnum, scrub = 0, vol_id = vol->vol_id;
381 pnum = vol->eba_tbl[lnum];
391 ubi_assert(vol
494 struct ubi_volume *vol = ubi->volumes[idx]; local
587 ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, const void *buf, int offset, int len, int dtype) argument
718 ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, const void *buf, int len, int dtype, int used_ebs) argument
833 ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, const void *buf, int len, int dtype) argument
981 struct ubi_volume *vol; local
1210 struct ubi_volume *vol; local
[all...]
H A Dubi.h282 * @vol: reference to the corresponding volume description object
286 struct ubi_volume *vol; member in struct:ubi_volume_desc
302 * @vol->readers, @vol->writers, @vol->exclusive,
303 * @vol->ref_count, @vol->mapping and @vol->eba_tbl.
491 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol);
492 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dmft.h79 extern int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no,
114 extern bool ntfs_may_write_mft_record(ntfs_volume *vol,
118 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
H A Dnamei.c106 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); local
117 uname_len = ntfs_nlstoucs(vol, dent->d_name.name, dent->d_name.len,
121 ntfs_error(vol->sb, "Failed to convert name to "
131 dent_inode = ntfs_iget(vol->sb, dent_ino);
148 ntfs_error(vol->sb, "Found stale reference to inode "
157 ntfs_error(vol->sb, "ntfs_iget(0x%lx) failed with "
172 ntfs_error(vol->sb, "ntfs_lookup_ino_by_name() failed with error "
187 nls_name.len = (unsigned)ntfs_ucstonls(vol,
218 ntfs_error(vol->sb, "Inode corrupt: No WIN32 "
241 nls_name.len = (unsigned)ntfs_ucstonls(vol,
[all...]
H A Dunistr.c238 * @vol: ntfs volume which we are working with
259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, argument
262 struct nls_table *nls = vol->nls_map;
289 ntfs_error(vol->sb, "Failed to allocate buffer for converted "
293 ntfs_error(vol->sb, "Received NULL pointer.");
298 ntfs_error(vol->sb, "Name using character set %s contains "
303 ntfs_error(vol->sb, "Name is too long (maximum length for a "
313 * @vol: ntfs volume which we are working with
336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, argument
339 struct nls_table *nls = vol
[all...]
H A Dinode.c394 ni->vol = NTFS_SB(sb);
477 ntfs_error(ctx->ntfs_ino->vol->sb, "Corrupt file name "
482 ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file "
487 ntfs_error(ctx->ntfs_ino->vol->sb, "File name with "
493 ntfs_error(ctx->ntfs_ino->vol->sb, "Unindexed file "
509 ntfs_error(ctx->ntfs_ino->vol->sb, "Inode hard link count "
545 ntfs_volume *vol = NTFS_SB(vi->i_sb); local
564 vi->i_uid = vol->uid;
565 vi->i_gid = vol->gid;
611 vi->i_mode &= ~vol
1202 ntfs_volume *vol = NTFS_SB(vi->i_sb); local
1468 ntfs_volume *vol = NTFS_SB(vi->i_sb); local
1755 ntfs_volume *vol = NTFS_SB(sb); local
2274 ntfs_volume *vol = NTFS_SB(mnt->mnt_sb); local
2334 ntfs_volume *vol = ni->vol; local
[all...]
H A Ddir.c83 ntfs_volume *vol = dir_ni->vol; local
84 struct super_block *sb = vol->sb;
159 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
204 if (!NVolCaseSensitive(vol) &&
209 IGNORE_CASE, vol->upcase, vol->upcase_len)) {
250 IGNORE_CASE, vol->upcase, vol
630 ntfs_filldir(ntfs_volume *vol, loff_t fpos, ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, u8 *name, void *dirent, filldir_t filldir) argument
710 ntfs_volume *vol = NTFS_SB(sb); local
[all...]
H A Dfile.c490 ntfs_volume *vol; local
514 vol = ni->vol;
519 blocksize = vol->sb->s_blocksize;
520 blocksize_bits = vol->sb->s_blocksize_bits;
542 cpos = pos >> vol->cluster_size_bits;
544 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits;
563 bh_cpos = bh_pos >> vol->cluster_size_bits;
564 bh_cofs = bh_pos & vol
1779 ntfs_volume *vol = ni->vol; local
[all...]
H A Daops.c107 ntfs_error(ni->vol->sb, "Buffer I/O error, logical block "
193 ntfs_volume *vol; local
204 vol = ni->vol;
209 blocksize = vol->sb->s_blocksize;
210 blocksize_bits = vol->sb->s_blocksize_bits;
257 bh->b_bdev = vol->sb->s_bdev;
264 vol->cluster_size_bits;
266 vol->cluster_size_mask;
282 bh->b_blocknr = ((lcn << vol
560 ntfs_volume *vol; local
905 ntfs_volume *vol = ni->vol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.h42 extern char *dtfile (const struct vol *, u_char [], char *);
43 extern char *mtoupath (const struct vol *, char *, cnid_t, int utf8);
44 extern char *utompath (const struct vol *, char *, cnid_t, int utf8);
H A Dafs.c32 int afs_getvolspace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
42 if ( pioctl( vol->v_path, VIOCGETVOLSTAT, &vi, 1 ) < 0 ) {
78 struct vol *vol; local
87 if (( vol = getvolbyvid( vid )) == NULL ) {
94 if (( dir = dirlookup( vol, did )) == NULL ) {
99 if (( path = cname( vol, dir, &ibuf )) == NULL ) {
129 void afsmode(const struct volume *vol, char *path, struct maccess *ma, struct dir *dir, struct stat *st) argument
149 accessmode(vol, pat
161 struct vol *vol; local
[all...]
H A Ddircache.c301 * @param vol (r) pointer to struct vol
306 struct dir *dircache_search_by_did(const struct vol *vol, cnid_t cnid) argument
313 AFP_ASSERT(vol);
317 key.d_vid = vol->v_vid;
326 (void)dir_remove(vol, cdir); /* (1a) */
331 if (ostat(cfrombstr(cdir->d_fullpath), &st, vol_syml_opt(vol)) != 0) {
334 (void)dir_remove(vol, cdir);
341 (void)dir_remove(vol, cdi
369 dircache_search_by_name(const struct vol *vol, const struct dir *dir, char *name, int len) argument
438 dircache_add(const struct vol *vol, struct dir *dir) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c216 static void print_flags(char *path, afpvol_t *vol, const struct stat *st) argument
231 if (vol->volinfo.v_path == NULL)
234 ad_init(&ad, vol->volinfo.v_adouble, vol->volinfo.v_ad_options);
448 static int ad_print(char *path, const struct stat *st, afpvol_t *vol) argument
466 print_flags(path, vol, st);
473 static int ad_ls_r(char *path, afpvol_t *vol) argument
497 return ad_print(path, &st, vol);
546 ret = ad_print(ep->d_name, &st, vol);
579 ret = ad_ls_r(ep->d_name, vol);
601 afpvol_t vol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c118 * @vol:
126 s64 ntfs_get_attribute_value(const ntfs_volume *vol, argument
134 if (!vol || !a || !b) {
176 rl = ntfs_mapping_pairs_decompress(vol, a, NULL);
194 if (total + (rl[i].length << vol->cluster_size_bits) >=
203 * rl[i].length << vol->cluster_size_bits, do the
211 intbuf = ntfs_malloc(rl[i].length << vol->cluster_size_bits);
227 r = ntfs_pread(vol->dev, rl[i].lcn <<
228 vol->cluster_size_bits, rl[i].length <<
229 vol
346 ntfs_volume *vol = na->ni->vol; local
562 ntfs_volume *vol = na->ni->vol; local
786 ntfs_volume *vol; local
1020 ntfs_volume *vol = na->ni->vol; local
1162 ntfs_volume *vol; local
1686 ntfs_volume *vol; local
1918 ntfs_volume *vol; local
2324 ntfs_volume *vol; local
2489 ntfs_attr_find_in_attrdef(const ntfs_volume *vol, const ATTR_TYPES type) argument
2530 ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, const s64 size) argument
2586 ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPES type) argument
2625 ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) argument
3665 ntfs_volume *vol = na->ni->vol; local
3828 ntfs_volume *vol; local
4059 ntfs_volume *vol = na->ni->vol; local
4660 ntfs_volume *vol; local
4796 ntfs_volume *vol; local
[all...]
H A Ddir.c111 ntfs_volume *vol = dir_ni->vol; local
187 IGNORE_CASE, vol->upcase, vol->upcase_len);
206 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
251 if (vol->cluster_size <= index_block_size) {
252 index_vcn_size = vol->cluster_size;
253 index_vcn_size_bits = vol->cluster_size_bits;
255 index_vcn_size = vol
434 ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent, const char *pathname) argument
693 ntfs_volume *vol; local
[all...]
H A Drunlist.c720 * @vol: ntfs volume on which the attribute resides
745 runlist_element *ntfs_mapping_pairs_decompress_i(const ntfs_volume *vol, argument
870 if (vol->major_ver < 3) {
909 vol->cluster_size - 1) >>
910 vol->cluster_size_bits) - 1;
969 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, argument
975 rle = ntfs_mapping_pairs_decompress_i(vol, attr, old_rl);
1036 * @vol: ntfs volume to read from
1042 * This function will read @count bytes from the volume @vol to the data buffer
1058 s64 ntfs_rl_pread(const ntfs_volume *vol, cons argument
1146 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl, const s64 pos, s64 count, void *b) argument
1269 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn) argument
1442 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, VCN *const stop_vcn) argument
1693 ntfs_rl_get_compressed_size(ntfs_volume *vol, runlist *rl) argument
2046 test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_RECORD *attr3) argument
2081 ntfs_volume vol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dsnd.c124 struct msm_snd_volume_config vol; local
158 if (copy_from_user(&vol, (void __user *) arg, sizeof(vol))) {
164 vmsg.args.device = cpu_to_be32(vol.device);
165 vmsg.args.method = cpu_to_be32(vol.method);
166 if (vol.method != SND_METHOD_VOICE) {
172 vmsg.args.volume = cpu_to_be32(vol.volume);
176 pr_info("snd_set_volume %d %d %d\n", vol.device,
177 vol.method, vol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-typhoon.c84 static void typhoon_setvol_generic(struct typhoon *dev, int vol) argument
87 vol >>= 14; /* Map 16 bit to 2 bit */
88 vol &= 3;
89 outb_p(vol / 2, dev->io); /* Set the volume, high bit. */
90 outb_p(vol % 2, dev->io + 2); /* Set the volume, low bit. */
151 static int typhoon_setvol(struct typhoon *dev, int vol) argument
153 if (dev->muted && vol != 0) { /* user is unmuting the card */
154 dev->curvol = vol;
158 if (vol == dev->curvol) /* requested volume == current */
161 if (vol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h233 extern int ntfs_umount(ntfs_volume *vol, const BOOL force);
235 extern int ntfs_version_is_supported(ntfs_volume *vol);
236 extern int ntfs_volume_check_hiberfile(ntfs_volume *vol, int verbose);
237 extern int ntfs_logfile_reset(ntfs_volume *vol);
239 extern int ntfs_volume_write_flags(ntfs_volume *vol, const u16 flags);
242 extern void ntfs_mount_error(const char *vol, const char *mntpoint, int err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dfce_api.h54 int fce_register_tm_size(const char *vol, size_t used);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Ddaca.c151 unsigned int vol[2]; local
156 vol[0] = ucontrol->value.integer.value[0];
157 vol[1] = ucontrol->value.integer.value[1];
158 if (vol[0] > DACA_VOL_MAX || vol[1] > DACA_VOL_MAX)
160 change = mix->left_vol != vol[0] ||
161 mix->right_vol != vol[1];
163 mix->left_vol = vol[0];
164 mix->right_vol = vol[1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dse.c40 } vol[8]; member in struct:se_spec
472 uc->value.integer.value[0] = spec->vol[n].ch1;
473 uc->value.integer.value[1] = spec->vol[n].ch2;
483 uc->value.integer.value[0] = spec->vol[n].ch1;
493 uc->value.enumerated.item[0] = spec->vol[n].ch1;
504 spec->vol[n].ch1,
505 spec->vol[n].ch2);
510 spec->vol[n].ch1,
511 spec->vol[n].ch2);
516 spec->vol[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c122 ntfs_volume *vol; member in struct:__anon4309
221 static s64 ntfs_get_nr_free_mft_records(ntfs_volume *vol) argument
223 ntfs_attr *na = vol->mftbmp_na;
253 ntfs_volume *vol; local
255 vol = ctx->vol;
256 if (!vol)
263 sfs->f_bsize = vol->cluster_size;
266 sfs->f_frsize = vol->cluster_size;
273 sfs->f_blocks = vol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c73 static char *mtoupath(const struct vol *vol, const char *mpath) argument
96 vol->v_volcharset,
97 vol->v_maccharset,
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
606 adname = ea->vol->ad_path(ea->filename, (ea->ea_flags & EA_DIR) ? ADFLAGS_DIR : 0);
615 if ((eaname = mtoupath(ea->vol, eaname)) == NULL)
630 * vol (r) current volume
649 int ea_open(const struct vol * restric argument
823 ea_openat(const struct vol * restrict vol, int dirfd, const char * restrict uname, eaflags_t eaflags, struct ea * restrict ea) argument
[all...]

Completed in 473 milliseconds

123456789