Searched refs:fs_list (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ak4642.c | 432 static const u32 fs_list[] = { in ak4642_set_mcko() local 455 for (fs = 0; fs < ARRAY_SIZE(fs_list); fs++) { in ak4642_set_mcko() 456 if (frequency == ps_list[ps] * fs_list[fs]) { in ak4642_set_mcko()
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 393 INIT_LIST_HEAD(&fs_devs->fs_list); in alloc_fs_devices() 438 fs_list); in btrfs_cleanup_fs_uuids() 439 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 467 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 541 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 567 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 606 list_for_each_entry(devt_fs_devices, &fs_uuids, fs_list) { in find_fsid_by_device() 833 list_add(&fs_devices->fs_list, &fs_uuids); in device_list_add() 1221 list_del(&fs_devices->fs_list); in btrfs_close_devices() 1418 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in btrfs_skip_registration() [all …]
|
| H A D | volumes.h | 362 struct list_head fs_list; member
|
| H A D | sysfs.c | 1691 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|