Searched refs:vol (Results 1 - 25 of 227) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvfs.h32 #define VFS_FUNC_ARGS_VALIDUPATH const struct vol *vol, const char *name
33 #define VFS_FUNC_VARS_VALIDUPATH vol, name
35 #define VFS_FUNC_ARGS_CHOWN const struct vol *vol, const char *path, uid_t uid, gid_t gid
36 #define VFS_FUNC_VARS_CHOWN vol, path, uid, gid
38 #define VFS_FUNC_ARGS_RENAMEDIR const struct vol *vol, int dirfd, const char *oldpath, const char *newpath
39 #define VFS_FUNC_VARS_RENAMEDIR vol, dirfd, oldpath, newpath
41 #define VFS_FUNC_ARGS_DELETECURDIR const struct vol *vo
[all...]
H A Dvolinfo.h39 extern int loadvolinfo(char *path, struct volinfo *vol);
40 extern void retainvolinfo(struct volinfo *vol);
41 extern int closevolinfo(struct volinfo *vol);
42 extern int savevolinfo(const struct vol *vol, const char *Cnid_srv, const char *Cnid_port);
43 extern int vol_load_charsets(struct volinfo *vol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvfs.h32 #define VFS_FUNC_ARGS_VALIDUPATH const struct vol *vol, const char *name
33 #define VFS_FUNC_VARS_VALIDUPATH vol, name
35 #define VFS_FUNC_ARGS_CHOWN const struct vol *vol, const char *path, uid_t uid, gid_t gid
36 #define VFS_FUNC_VARS_CHOWN vol, path, uid, gid
38 #define VFS_FUNC_ARGS_RENAMEDIR const struct vol *vol, int dirfd, const char *oldpath, const char *newpath
39 #define VFS_FUNC_VARS_RENAMEDIR vol, dirfd, oldpath, newpath
41 #define VFS_FUNC_ARGS_DELETECURDIR const struct vol *vo
[all...]
H A Dvolinfo.h39 extern int loadvolinfo(char *path, struct volinfo *vol);
40 extern void retainvolinfo(struct volinfo *vol);
41 extern int closevolinfo(struct volinfo *vol);
42 extern int savevolinfo(const struct vol *vol, const char *Cnid_srv, const char *Cnid_port);
43 extern int vol_load_charsets(struct volinfo *vol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dupd.c57 struct ubi_volume *vol = ubi->volumes[vol_id]; local
61 if (vol->upd_marker) {
71 vol->upd_marker = 1;
90 struct ubi_volume *vol = ubi->volumes[vol_id]; local
95 ubi_assert(vol->upd_marker && vtbl_rec.upd_marker);
98 if (vol->vol_type == UBI_STATIC_VOLUME) {
99 vol->corrupted = 0;
100 vol->used_bytes = tmp = bytes;
101 vol->last_eb_bytes = do_div(tmp, vol
128 struct ubi_volume *vol = ubi->volumes[vol_id]; local
198 struct ubi_volume *vol = ubi->volumes[vol_id]; local
248 struct ubi_volume *vol = ubi->volumes[vol_id]; local
[all...]
H A Dvmt.c74 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); local
76 spin_lock(&vol->ubi->volumes_lock);
77 if (vol->removed) {
78 spin_unlock(&vol->ubi->volumes_lock);
82 ret = sprintf(buf, "%d\n", vol->reserved_pebs);
85 tp = vol->vol_type == UBI_DYNAMIC_VOLUME ? "dynamic" : "static";
88 ret = sprintf(buf, "%s\n", vol->name);
90 ret = sprintf(buf, "%d\n", vol->corrupted);
92 ret = sprintf(buf, "%d\n", vol->alignment);
94 ret = sprintf(buf, "%d\n", vol
108 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); local
125 volume_sysfs_init(struct ubi_device *ubi, struct ubi_volume *vol) argument
160 volume_sysfs_close(struct ubi_volume *vol) argument
186 struct ubi_volume *vol; local
386 struct ubi_volume *vol = desc->vol; local
453 struct ubi_volume *vol = desc->vol; local
570 struct ubi_volume *vol = ubi->volumes[vol_id]; local
627 struct ubi_volume *vol = ubi->volumes[vol_id]; local
650 const struct ubi_volume *vol = ubi->volumes[idx]; local
[all...]
H A Dkapi.c68 const struct ubi_volume *vol = desc->vol; local
69 const struct ubi_device *ubi = vol->ubi;
71 vi->vol_id = vol->vol_id;
73 vi->size = vol->reserved_pebs;
74 vi->used_bytes = vol->used_bytes;
75 vi->vol_type = vol->vol_type;
76 vi->corrupted = vol->corrupted;
77 vi->upd_marker = vol->upd_marker;
78 vi->alignment = vol
109 struct ubi_volume *vol; local
233 struct ubi_volume *vol = ubi->volumes[i]; local
259 struct ubi_volume *vol = desc->vol; local
311 struct ubi_volume *vol = desc->vol; local
371 struct ubi_volume *vol = desc->vol; local
421 struct ubi_volume *vol = desc->vol; local
465 struct ubi_volume *vol = desc->vol; local
526 struct ubi_volume *vol = desc->vol; local
563 struct ubi_volume *vol = desc->vol; local
[all...]
H A Dgluebi.c44 struct ubi_volume *vol; local
46 vol = container_of(mtd, struct ubi_volume, gluebi_mtd);
52 if (vol->gluebi_refcount > 0) {
61 vol->gluebi_refcount += 1;
69 vol->gluebi_desc = ubi_open_volume(vol->ubi->ubi_num, vol->vol_id,
71 if (IS_ERR(vol->gluebi_desc))
72 return PTR_ERR(vol->gluebi_desc);
73 vol
86 struct ubi_volume *vol; local
110 struct ubi_volume *vol; local
162 struct ubi_volume *vol; local
216 struct ubi_volume *vol; local
272 ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol) argument
312 ubi_destroy_gluebi(struct ubi_volume *vol) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dquota.h31 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
H A Dsuper.c94 * @vol: ntfs volume
97 * Parse the recognized options in @opt for the ntfs volume described by @vol.
99 static bool parse_options(ntfs_volume *vol, char *opt) argument
180 ntfs_warning(vol->sb, "Ignoring obsolete option %s.",
184 ntfs_warning(vol->sb, "Option iocharset is "
195 ntfs_error(vol->sb, "NLS character set "
199 ntfs_error(vol->sb, "NLS character set %s not "
209 ntfs_warning(vol->sb, "Option utf8 is no longer "
223 ntfs_error(vol->sb, "Unrecognized mount option %s.", p);
236 ntfs_warning(vol
350 ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) argument
405 ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) argument
420 ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) argument
443 ntfs_volume *vol = NTFS_SB(sb); local
714 parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) argument
896 ntfs_setup_allocators(ntfs_volume *vol) argument
982 load_and_init_mft_mirror(ntfs_volume *vol) argument
1034 check_mft_mirror(ntfs_volume *vol) argument
1163 load_and_check_logfile(ntfs_volume *vol, RESTART_PAGE_HEADER **rp) argument
1213 check_windows_hibernation_status(ntfs_volume *vol) argument
1312 load_and_init_quota(ntfs_volume *vol) argument
1388 load_and_init_usnjrnl(ntfs_volume *vol) argument
1541 load_and_init_attrdef(ntfs_volume *vol) argument
1606 load_and_init_upcase(ntfs_volume *vol) argument
1721 load_system_files(ntfs_volume *vol) argument
2198 ntfs_volume *vol = NTFS_SB(sb); local
2421 get_nr_free_clusters(ntfs_volume *vol) argument
2501 __get_nr_free_mft_records(ntfs_volume *vol, s64 nr_free, const pgoff_t max_index) argument
2571 ntfs_volume *vol = NTFS_SB(sb); local
2685 ntfs_volume *vol; local
[all...]
H A Dquota.c32 * @vol: ntfs volume on which to mark the quotas out of date
34 * Mark the quotas out of date on the ntfs volume @vol and return 'true' on
37 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) argument
45 if (NVolQuotaOutOfDate(vol))
47 if (!vol->quota_ino || !vol->quota_q_ino) {
48 ntfs_error(vol->sb, "Quota inodes are not open.");
51 mutex_lock(&vol->quota_q_ino->i_mutex);
52 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino));
54 ntfs_error(vol
[all...]
H A Dlcnalloc.c38 * @vol: mounted ntfs volume on which to free the clusters
41 * Free all the clusters described by the runlist @rl on the volume @vol. In
50 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, argument
53 struct inode *lcnbmp_vi = vol->lcnbmp_ino;
72 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, argument
94 BUG_ON(!vol);
95 lcnbmp_vi = vol->lcnbmp_ino;
107 down_write(&vol->lcnbmp_lock);
129 zone_start = vol->data1_zone_pos;
131 zone_start = vol
779 ntfs_volume *vol; local
[all...]
H A Dusnjrnl.c39 * @vol: ntfs volume on which to stamp the transaction log
41 * Stamp the transaction log ($UsnJrnl) on the ntfs volume @vol and return
47 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) argument
50 if (likely(!NVolUsnJrnlStamped(vol))) {
55 page = ntfs_map_page(vol->usnjrnl_max_ino->i_mapping, 0);
57 ntfs_error(vol->sb, "Failed to read from "
70 i_size_read(vol->usnjrnl_j_ino));
72 cpu_to_sle64(i_size_read(vol->usnjrnl_j_ino));
78 NVolSetUsnJrnlStamped(vol);
H A Dlcnalloc.h43 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol,
113 extern int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol,
118 * @vol: mounted ntfs volume on which to free the clusters
121 * Free all the clusters described by the runlist @rl on the volume @vol. In
132 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, argument
137 down_write(&vol->lcnbmp_lock);
138 ret = ntfs_cluster_free_from_rl_nolock(vol, rl);
139 up_write(&vol->lcnbmp_lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbootsect.c163 * @vol: ntfs_volume to setup
166 * Parse the ntfs bootsector @bs and setup the ntfs volume @vol with the
171 int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs) argument
180 vol->sector_size = le16_to_cpu(bs->bpb.bytes_per_sector);
181 vol->sector_size_bits = ffs(vol->sector_size) - 1;
182 ntfs_log_debug("SectorSize = 0x%x\n", vol->sector_size);
183 ntfs_log_debug("SectorSizeBits = %u\n", vol->sector_size_bits);
203 if (vol->dev->d_ops->seek(vol
[all...]
H A Dvolume.c222 * @vol: ntfs volume whose $MFT to load
224 * Load $MFT from @vol and setup @vol with it. After calling this function the
225 * volume @vol is ready for use by all read access functions provided by the
230 static int ntfs_mft_load(ntfs_volume *vol) argument
240 vol->mft_ni = ntfs_inode_allocate(vol);
241 mb = ntfs_malloc(vol->mft_record_size);
242 if (!vol->mft_ni || !mb) {
246 vol
410 ntfs_mftmirr_load(ntfs_volume *vol) argument
461 ntfs_volume *vol; local
606 ntfs_volume_check_logfile(ntfs_volume *vol) argument
648 ntfs_hiberfile_open(ntfs_volume *vol) argument
706 ntfs_volume_check_hiberfile(ntfs_volume *vol, int verbose) argument
786 ntfs_volume *vol; local
1157 ntfs_volume *vol; local
1204 ntfs_umount(ntfs_volume *vol, const BOOL force __attribute__((unused))) argument
1343 ntfs_version_is_supported(ntfs_volume *vol) argument
1383 ntfs_logfile_reset(ntfs_volume *vol) argument
1432 ntfs_volume_write_flags(ntfs_volume *vol, const u16 flags) argument
[all...]
H A Dlcnalloc.c67 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) argument
72 ntfs_cluster_set_zone_pos(vol->mft_lcn, vol->mft_zone_end,
73 &vol->mft_zone_pos, tc);
75 ntfs_cluster_set_zone_pos(vol->mft_zone_end, vol->nr_clusters,
76 &vol->data1_zone_pos, tc);
78 ntfs_cluster_set_zone_pos(0, vol->mft_zone_start,
79 &vol->data2_zone_pos, tc);
118 static int bitmap_writeback(ntfs_volume *vol, s6 argument
182 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
520 ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) argument
571 ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dmft.h32 extern int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref,
37 * @vol: volume to read from
41 * Read the mft record specified by @mref from volume @vol into buffer @b.
48 * NOTE: @b has to be at least of size vol->mft_record_size.
50 static __inline__ int ntfs_mft_record_read(const ntfs_volume *vol, argument
56 ret = ntfs_mft_records_read(vol, mref, 1, b);
61 extern int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref,
64 extern int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref,
67 extern int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref,
72 * @vol
85 ntfs_mft_record_write(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *b) argument
[all...]
H A Dlcnalloc.h41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
44 extern int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl);
46 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
H A Dbootsect.h39 extern int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.h35 extern int dircache_add(const struct vol *, struct dir *);
36 extern void dircache_remove(const struct vol *, struct dir *, int flag);
37 extern struct dir *dircache_search_by_did(const struct vol *vol, cnid_t did);
38 extern struct dir *dircache_search_by_name(const struct vol *, const struct dir *dir, char *name, int len);
H A Dmangle.h27 extern char *mangle (const struct vol *, char *, size_t, char *, cnid_t, int);
28 extern char *demangle (const struct vol *, char *, cnid_t did);
29 extern char *demangle_osx (const struct vol *, char *, cnid_t did, cnid_t *fileid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.h35 extern int dircache_add(const struct vol *, struct dir *);
36 extern void dircache_remove(const struct vol *, struct dir *, int flag);
37 extern struct dir *dircache_search_by_did(const struct vol *vol, cnid_t did);
38 extern struct dir *dircache_search_by_name(const struct vol *, const struct dir *dir, char *name, int len);
H A Dmangle.h27 extern char *mangle (const struct vol *, char *, size_t, char *, cnid_t, int);
28 extern char *demangle (const struct vol *, char *, cnid_t did);
29 extern char *demangle_osx (const struct vol *, char *, cnid_t did, cnid_t *fileid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daci.c240 int vol, ret, uservol, buf; local
245 vol = uservol & 0xff;
246 if (vol > 100)
247 vol = 100;
248 vol = SCALE(100, 0x20, vol);
249 if ((buf=aci_write_cmd(left_index, 0x20 - vol))<0)
251 ret = SCALE(0x20, 100, vol);
255 vol = (uservol >> 8) & 0xff;
256 if (vol > 10
271 int vol; local
294 eq_oss2aci(unsigned int vol) argument
312 eq_aci2oss(unsigned int vol) argument
325 unsigned int vol; local
345 unsigned int vol; local
364 int vol, buf; local
[all...]

Completed in 211 milliseconds

12345678910