Home
last modified time | relevance | path

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

1234

/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
H A Dvolume.c355 static void enqueue_page_read(struct volume *volume, struct uds_request *request, in enqueue_page_read()
402 static inline struct queued_read *wait_to_reserve_read_queue_entry(struct volume *volume) in wait_to_reserve_read_queue_entry()
417 static int init_chapter_index_page(const struct volume *volume, u8 *index_page, in init_chapter_index_page()
459 static int initialize_index_page(const struct volume *volume, u32 physical_page, in initialize_index_page()
506 static int search_page(struct cached_page *page, const struct volume *volume, in search_page()
541 static int process_entry(struct volume *volume, struct queued_read *entry) in process_entry()
599 static void release_queued_requests(struct volume *volume, struct queued_read *entry, in release_queued_requests()
625 struct volume *volume = arg; in read_thread_function() local
693 static int read_page_locked(struct volume *volume, u32 physical_page, in read_page_locked()
733 static int get_volume_page_locked(struct volume *volume, u32 physical_page, in get_volume_page_locked()
[all …]
/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
285 struct fscache_volume *volume = in fscache_create_volume_work() local
303 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.c21 struct afs_volume *volume) in afs_insert_volume_into_cell()
57 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
80 struct afs_volume *volume; in afs_alloc_volume() local
135 struct afs_volume *candidate, *volume; in afs_lookup_volume() local
199 struct afs_volume *volume; in afs_create_volume() local
237 struct afs_volume *volume = container_of(work, struct afs_volume, destructor); in afs_destroy_volume() local
260 bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason) in afs_try_get_volume()
274 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
290 void afs_put_volume(struct afs_volume *volume, enum afs_volume_trace reason) in afs_put_volume()
307 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
144 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in __afs_is_server_excluded()
170 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in afs_is_server_excluded()
188 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_creation_time()
255 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_update_time()
294 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_times()
324 struct afs_volume *volume = op->volume; in afs_update_volume_state() local
384 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
359 struct afs_volume *volume; in afs_validate_fc() local
/linux/fs/cachefiles/
H A Dvolume.c19 struct cachefiles_volume *volume; in cachefiles_acquire_volume() local
108 static void __cachefiles_free_volume(struct cachefiles_volume *volume) in __cachefiles_free_volume()
124 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_free_volume() local
134 void cachefiles_withdraw_volume(struct cachefiles_volume *volume) in cachefiles_withdraw_volume()
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 Dxattr.c205 bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume) in cachefiles_set_volume_xattr()
253 int cachefiles_check_volume_xattr(struct cachefiles_volume *volume) in cachefiles_check_volume_xattr()
H A Dondemand.c596 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_open_req() local
658 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_object() local
715 struct cachefiles_volume *volume) in cachefiles_ondemand_init_obj_info()
H A Dinterface.c25 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_alloc_object() local
423 struct cachefiles_volume *volume = object->volume; in cachefiles_invalidate_cookie() local
/linux/drivers/firmware/efi/libstub/
H A Dfile.c37 static efi_status_t efi_open_file(efi_file_protocol_t *volume, in efi_open_file()
128 static efi_status_t efi_open_device_path(efi_file_protocol_t **volume, in efi_open_device_path()
195 efi_file_protocol_t *volume = NULL; in handle_cmdline_files() local
/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/include/linux/
H A Dfscache.h24 #define fscache_volume_valid(volume) (volume) argument
31 #define fscache_volume_valid(volume) (0) argument
109 struct fscache_volume *volume; /* Parent volume of this file. */ member
222 void fscache_relinquish_volume(struct fscache_volume *volume, in fscache_relinquish_volume()
246 struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume, in fscache_acquire_cookie()
/linux/sound/ppc/
H A Dburgundy.c125 long *volume, int shift) in snd_pmac_burgundy_write_volume()
144 long *volume, int shift) in snd_pmac_burgundy_read_volume()
210 long *volume, int off) in snd_pmac_burgundy_write_volume_2b()
224 long *volume, int off) in snd_pmac_burgundy_read_volume_2b()
/linux/sound/soc/intel/avs/
H A Dcontrol.h17 long volume; member
H A Dcontrol.c83 long *volume = &ctl_data->volume; in avs_control_volume_put() local
/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
/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

1234