Home
last modified time | relevance | path

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

12345

/linux-6.8/fs/netfs/
Dfscache_volume.c20 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume, in fscache_get_volume()
30 static void fscache_see_volume(struct fscache_volume *volume, in fscache_see_volume()
41 static void __fscache_begin_volume_access(struct fscache_volume *volume, in __fscache_begin_volume_access()
83 bool fscache_begin_volume_access(struct fscache_volume *volume, in fscache_begin_volume_access()
106 void fscache_end_volume_access(struct fscache_volume *volume, in fscache_end_volume_access()
136 static bool fscache_is_acquire_pending(struct fscache_volume *volume) in fscache_is_acquire_pending()
204 struct fscache_volume *volume; in fscache_alloc_volume() local
272 struct fscache_volume *volume = in fscache_create_volume_work() local
290 void fscache_create_volume(struct fscache_volume *volume, bool wait) in fscache_create_volume()
324 struct fscache_volume *volume; in __fscache_acquire_volume() local
[all …]
Dfscache_cookie.c326 struct fscache_volume *volume, in fscache_alloc_cookie()
451 struct fscache_volume *volume, in __fscache_acquire_cookie()
1006 struct fscache_volume *volume = cookie->volume; in fscache_put_cookie() local
/linux-6.8/fs/afs/
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 …]
Dvalidation.c122 const struct afs_volume *volume = vnode->volume; in afs_check_validity() local
141 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in __afs_is_server_excluded()
167 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in afs_is_server_excluded()
185 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_creation_time()
252 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_update_time()
291 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_times()
321 struct afs_volume *volume = op->volume; in afs_update_volume_state() local
381 struct afs_volume *volume = vnode->volume; in afs_validate() local
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
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()
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
Dsuper.c159 struct afs_volume *volume = as->volume; in afs_show_devname() local
359 struct afs_volume *volume; in afs_validate_fc() local
Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
/linux-6.8/fs/cachefiles/
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()
Dnamei.c419 struct cachefiles_volume *volume = object->volume; in cachefiles_delete_object() local
442 struct cachefiles_volume *volume = object->volume; in cachefiles_create_tmpfile() local
625 struct cachefiles_volume *volume = object->volume; in cachefiles_look_up_object() local
675 struct cachefiles_volume *volume = object->volume; in cachefiles_commit_tmpfile() local
Dxattr.c191 bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume) in cachefiles_set_volume_xattr()
233 int cachefiles_check_volume_xattr(struct cachefiles_volume *volume) in cachefiles_check_volume_xattr()
Dondemand.c477 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_open_req() local
539 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_object() local
570 struct cachefiles_volume *volume) in cachefiles_ondemand_init_obj_info()
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
Dcache.c322 struct cachefiles_volume *volume = NULL; in cachefiles_withdraw_volumes() local
/linux-6.8/drivers/firmware/efi/libstub/
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-6.8/arch/m68k/mac/
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-6.8/include/linux/
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
219 void fscache_relinquish_volume(struct fscache_volume *volume, in fscache_relinquish_volume()
243 struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume, in fscache_acquire_cookie()
/linux-6.8/sound/soc/intel/avs/
Dcontrol.h17 long volume; member
Dcontrol.c83 long *volume = &ctl_data->volume; in avs_control_volume_put() local
/linux-6.8/sound/ppc/
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-6.8/sound/usb/line6/
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-6.8/sound/firewire/oxfw/
Doxfw-spkr.c12 s16 volume[6]; member
214 s16 volume; in spkr_volume_put() local
/linux-6.8/include/sound/
Dpt2258.h16 unsigned char volume[6]; member
/linux-6.8/drivers/media/radio/
Dradio-sf16fmr2.c35 struct v4l2_ctrl *volume; member
153 int volume, balance, left, right; in fmr2_s_ctrl() local

12345