Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 68) sorted by relevance

123

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume.h99 struct volume { struct
106 const struct uds_volume_record **record_pointers; argument
127 struct volume **new_volume); argument
/linux/fs/netfs/
H A Dfscache_volume.c20 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume, in fscache_get_volume()
30 struct fscache_volume *fscache_try_get_volume(struct fscache_volume *volume, in fscache_try_get_volume()
43 static void fscache_see_volume(struct fscache_volume *volume, in fscache_see_volume()
54 static void __fscache_begin_volume_access(struct fscache_volume *volume, in __fscache_begin_volume_access()
96 bool fscache_begin_volume_access(struct fscache_volume *volume, in fscache_begin_volume_access()
119 void fscache_end_volume_access(struct fscache_volume *volume, in fscache_end_volume_access()
149 static bool fscache_is_acquire_pending(struct fscache_volume *volume) in fscache_is_acquire_pending()
217 struct fscache_volume *volume; in fscache_alloc_volume() local
284 struct fscache_volume *volume = in fscache_create_volume_work() local
302 void fscache_create_volume(struct fscache_volume *volume, bool wait) in fscache_create_volume()
[all …]
H A Dfscache_cookie.c326 struct fscache_volume *volume, in fscache_alloc_cookie()
451 struct fscache_volume *volume, in __fscache_acquire_cookie()
1010 struct fscache_volume *volume = cookie->volume; in fscache_put_cookie() local
/linux/fs/afs/
H A Dvolume.c22 struct afs_volume *volume) in afs_insert_volume_into_cell()
58 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
81 struct afs_volume *volume; in afs_alloc_volume() local
137 struct afs_volume *candidate, *volume; in afs_lookup_volume() local
201 struct afs_volume *volume; in afs_create_volume() local
239 struct afs_volume *volume = container_of(work, struct afs_volume, destructor); in afs_destroy_volume() local
262 bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason) in afs_try_get_volume()
276 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
292 void afs_put_volume(struct afs_volume *volume, enum afs_volume_trace reason) in afs_put_volume()
310 int afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
[all …]
H A Dvalidation.c122 const struct afs_volume *volume = vnode->volume; in afs_check_validity() local
153 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in __afs_is_server_excluded()
179 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in afs_is_server_excluded()
197 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_creation_time()
264 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_update_time()
303 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_times()
333 struct afs_volume *volume = op->volume; in afs_update_volume_state() local
393 struct afs_volume *volume = vnode->volume; in afs_validate() local
H A Dcallback.c36 static void afs_volume_init_callback(struct afs_volume *volume) in afs_volume_init_callback()
114 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu() local
159 struct afs_volume *volume) in afs_break_volume_callback()
189 struct afs_volume *volume, in afs_break_one_callback()
218 struct afs_volume *volume; in afs_break_some_callbacks() local
H A Dserver_list.c27 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, in afs_alloc_server_list()
157 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_attach_volume_to_servers()
187 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, in afs_reattach_volume_to_servers()
235 void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_detach_volume_from_servers()
H A Dvl_alias.c20 struct afs_volume *volume; in afs_sample_volume() local
141 struct afs_volume *volume, *pvol = NULL; in afs_query_for_alias_one() local
H A Dsuper.c159 struct afs_volume *volume = as->volume; in afs_show_devname() local
358 struct afs_volume *volume; in afs_validate_fc() local
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
/linux/fs/cachefiles/
H A Dvolume.c20 struct cachefiles_volume *volume; in cachefiles_acquire_volume() local
111 static void __cachefiles_free_volume(struct cachefiles_volume *volume) in __cachefiles_free_volume()
127 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_free_volume() local
137 void cachefiles_withdraw_volume(struct cachefiles_volume *volume) in cachefiles_withdraw_volume()
H A Dnamei.c388 struct cachefiles_volume *volume = object->volume; in cachefiles_delete_object() local
410 struct cachefiles_volume *volume = object->volume; in cachefiles_create_tmpfile() local
589 struct cachefiles_volume *volume = object->volume; in cachefiles_look_up_object() local
645 struct cachefiles_volume *volume = object->volume; in cachefiles_commit_tmpfile() local
H A Dcache.c321 struct cachefiles_volume *volume; in cachefiles_withdraw_fscache_volumes() local
356 struct cachefiles_volume *volume = NULL; in cachefiles_withdraw_volumes() local
H A Dondemand.c613 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_open_req() local
675 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_object() local
732 struct cachefiles_volume *volume) in cachefiles_ondemand_init_obj_info()
/linux/arch/m68k/mac/
H A Dmacboing.c220 static void mac_quadra_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) in mac_quadra_start_bell()
301 static void mac_av_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) in mac_av_start_bell()
/linux/sound/usb/line6/
H A Dplayback.c21 static void change_volume(struct urb *urb_out, int volume[], in change_volume()
109 int volume, int bytes_per_frame) in add_monitor_signal()
/linux/sound/firewire/oxfw/
H A Doxfw-spkr.c12 s16 volume[6]; member
214 s16 volume; in spkr_volume_put() local
/linux/include/sound/
H A Dpt2258.h16 unsigned char volume[6]; member
H A Dmixer_oss.h34 int volume[2]; member
/linux/drivers/media/radio/
H A Dradio-sf16fmr2.c35 struct v4l2_ctrl *volume; member
153 int volume, balance, left, right; in fmr2_s_ctrl() local
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c468 static void set_volume(struct i2c_client *client, int volume) in set_volume()
/linux/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h49 u_char volume; /* nV; 0-9 */ member
/linux/sound/soc/intel/catpt/
H A Dpcm.c126 u32 volume, offset; catpt_stream_volume() local
139 u32 volume, offset; catpt_mixer_volume() local
812 dspvol_to_ctlvol(u32 volume) dspvol_to_ctlvol() argument
/linux/fs/erofs/
H A Dfscache.c393 struct fscache_volume *volume; in erofs_fscache_register_volume() local
478 struct fscache_volume *volume = EROFS_SB(sb)->volume; in erofs_fscache_acquire_cookie() local
/linux/include/linux/
H A Ddtlk.h74 unsigned char volume; /* nV; 0-9 */ member

123