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() 439 fs_list); in btrfs_cleanup_fs_uuids() 440 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 468 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 542 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 568 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 607 list_for_each_entry(devt_fs_devices, &fs_uuids, fs_list) { in find_fsid_by_device() 834 list_add(&fs_devices->fs_list, &fs_uuids); in device_list_add() 1222 list_del(&fs_devices->fs_list); in btrfs_close_devices() 1419 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in btrfs_skip_registration() [all...] |
| H A D | volumes.h | 369 struct list_head fs_list; 362 struct list_head fs_list; global() member
|
| H A D | sysfs.c | 1691 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|