/linux-6.1.9/fs/fscache/ |
D | volume.c | 20 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() 203 struct fscache_volume *volume; in fscache_alloc_volume() local 271 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 …]
|
D | cookie.c | 326 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.1.9/fs/afs/ |
D | volume.c | 19 struct afs_volume *volume) in afs_insert_volume_into_cell() 50 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell() 72 struct afs_volume *volume; in afs_alloc_volume() local 121 struct afs_volume *candidate, *volume; in afs_lookup_volume() local 183 struct afs_volume *volume; in afs_create_volume() local 220 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume() 241 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume() 257 void afs_put_volume(struct afs_net *net, struct afs_volume *volume, in afs_put_volume() 275 int afs_activate_volume(struct afs_volume *volume) in afs_activate_volume() 304 void afs_deactivate_volume(struct afs_volume *volume) in afs_deactivate_volume() [all …]
|
D | callback.c | 111 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu() local 147 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback() 186 struct afs_volume *volume; in afs_break_some_callbacks() local
|
D | vl_alias.c | 20 struct afs_volume *volume; in afs_sample_volume() local 190 struct afs_volume *volume, *pvol = NULL; in afs_query_for_alias_one() local
|
D | super.c | 159 struct afs_volume *volume = as->volume; in afs_show_devname() local 359 struct afs_volume *volume; in afs_validate_fc() local
|
D | rotate.c | 73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
|
D | fs_operation.c | 18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
|
/linux-6.1.9/fs/cachefiles/ |
D | volume.c | 19 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()
|
D | namei.c | 417 struct cachefiles_volume *volume = object->volume; in cachefiles_delete_object() local 440 struct cachefiles_volume *volume = object->volume; in cachefiles_create_tmpfile() local 620 struct cachefiles_volume *volume = object->volume; in cachefiles_look_up_object() local 670 struct cachefiles_volume *volume = object->volume; in cachefiles_commit_tmpfile() local
|
D | xattr.c | 191 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()
|
D | interface.c | 25 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_alloc_object() local 418 struct cachefiles_volume *volume = object->volume; in cachefiles_invalidate_cookie() local
|
D | ondemand.c | 400 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_open_req() local 479 struct fscache_volume *volume = object->volume->vcookie; in cachefiles_ondemand_init_object() local
|
D | cache.c | 320 struct cachefiles_volume *volume = NULL; in cachefiles_withdraw_volumes() local
|
/linux-6.1.9/arch/m68k/mac/ |
D | macboing.c | 227 static void mac_quadra_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) in mac_quadra_start_bell() 308 static void mac_av_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) in mac_av_start_bell()
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | file.c | 37 static efi_status_t efi_open_file(efi_file_protocol_t *volume, in efi_open_file() 159 efi_file_protocol_t *volume = NULL; in handle_cmdline_files() local
|
/linux-6.1.9/include/linux/ |
D | fscache.h | 24 #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.1.9/sound/ppc/ |
D | burgundy.c | 124 long *volume, int shift) in snd_pmac_burgundy_write_volume() 143 long *volume, int shift) in snd_pmac_burgundy_read_volume() 209 long *volume, int off) in snd_pmac_burgundy_write_volume_2b() 223 long *volume, int off) in snd_pmac_burgundy_read_volume_2b()
|
/linux-6.1.9/sound/usb/line6/ |
D | playback.c | 21 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.1.9/include/sound/ |
D | pt2258.h | 16 unsigned char volume[6]; member
|
/linux-6.1.9/sound/firewire/oxfw/ |
D | oxfw-spkr.c | 12 s16 volume[6]; member 214 s16 volume; in spkr_volume_put() local
|
/linux-6.1.9/drivers/media/radio/ |
D | radio-sf16fmr2.c | 35 struct v4l2_ctrl *volume; member 153 int volume, balance, left, right; in fmr2_s_ctrl() local
|
/linux-6.1.9/fs/affs/ |
D | super.c | 191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() 564 char volume[32]; in affs_remount() local
|
/linux-6.1.9/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 331 static void set_volume(struct cx18 *cx, int volume) in set_volume()
|
/linux-6.1.9/drivers/accessibility/speakup/ |
D | speakup_dtlk.h | 49 u_char volume; /* nV; 0-9 */ member
|