Home
last modified time | relevance | path

Searched defs:cluster (Results 26 – 50 of 88) sorted by relevance

1234

/openbmc/linux/fs/dlm/
H A Dlockspace.c404 static int new_lockspace(const char *name, const char *cluster, in new_lockspace()
679 static int __dlm_new_lockspace(const char *name, const char *cluster, in __dlm_new_lockspace()
709 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace()
718 int dlm_new_user_lockspace(const char *name, const char *cluster, in dlm_new_user_lockspace()
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.c1075 struct btrfs_free_cluster *cluster = NULL; in write_cache_extent_entries() local
1586 struct btrfs_free_cluster *cluster, in tree_insert_offset()
2336 struct btrfs_free_cluster *cluster; in insert_into_bitmap() local
2974 struct btrfs_free_cluster *cluster) in __btrfs_return_cluster_to_free_space()
3030 struct btrfs_free_cluster *cluster; in btrfs_remove_free_space_cache() local
3149 struct btrfs_free_cluster *cluster) in btrfs_return_cluster_to_free_space()
3183 struct btrfs_free_cluster *cluster, in btrfs_alloc_from_bitmap()
3316 struct btrfs_free_cluster *cluster, in btrfs_bitmap_cluster()
3409 struct btrfs_free_cluster *cluster, in setup_cluster_no_bitmap()
3502 struct btrfs_free_cluster *cluster, in setup_cluster_bitmap()
[all …]
H A Drelocation.c139 struct file_extent_cluster cluster; member
2833 struct file_extent_cluster *cluster) in prealloc_file_extent_cluster()
2976 static u64 get_cluster_boundary_end(struct file_extent_cluster *cluster, in get_cluster_boundary_end()
2988 struct file_extent_cluster *cluster, in relocate_one_page()
3123 struct file_extent_cluster *cluster) in relocate_file_extent_cluster()
3163 struct file_extent_cluster *cluster) in relocate_data_extent()
/openbmc/linux/arch/arm/common/
H A DbL_switcher.c273 int cluster; in bL_switcher_thread() local
422 unsigned int cpu, cluster, mask; in bL_switcher_halve_cpus() local
604 unsigned int cpu, cluster; in bL_switcher_disable() local
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-big_little.c106 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in bl_powerdown_finisher() local
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m28 cluster = 32*4 / 2**20; variable
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py398 def create_table_entry(table_offset, block_cluster, block_size, argument
405 def create_block_entry(block_cluster, block_size, cluster): argument
/openbmc/linux/arch/mips/kernel/
H A Dcacheinfo.c70 int cluster = cpu_cluster(&cpu_data[cpu]); in fill_cpumask_cluster() local
H A Dmips-cm.c303 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other()
H A Dsmp-cps.c32 static unsigned __init core_vpe_count(unsigned int cluster, unsigned core) in core_vpe_count()
/openbmc/qemu/block/
H A Dvvfat.c325 unsigned char* cluster; /* points to current cluster */ member
667 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get()
903 unsigned int cluster; in init_directories() local
1588 struct { uint32_t cluster; } rename; member
1591 struct { uint32_t cluster; } mkdir; member
1616 uint32_t cluster, char* new_path) in schedule_rename()
1643 static void schedule_mkdir(BDRVVVFATState* s, uint32_t cluster, char* path) in schedule_mkdir()
1778 unsigned int cluster) in modified_fat_get()
2018 unsigned char* cluster = g_malloc(s->cluster_size); in check_directory_consistency() local
2346 uint32_t cluster = first_cluster; in commit_mappings() local
[all …]
H A Drbd.c94 rados_t cluster; member
260 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth()
302 static int qemu_rbd_set_keypairs(rados_t cluster, const char *keypairs_json, in qemu_rbd_set_keypairs()
681 rados_t cluster; in qemu_rbd_do_create() local
898 static int qemu_rbd_connect(rados_t *cluster, rados_ioctx_t *io_ctx, in qemu_rbd_connect()
H A Dqed-check.c47 uint64_t cluster = qed_bytes_to_clusters(check->s, offset); in qed_set_used_clusters() local
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfsl_lsch3_speed.c65 uint i, cluster; in get_sys_info() local
H A Dfsl_lsch2_speed.c46 uint i, cluster; in get_sys_info() local
/openbmc/linux/arch/arm/mach-exynos/
H A Dsuspend.c269 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in exynos5420_cpu_suspend() local
454 unsigned int mpidr, cluster; in exynos5420_prepare_pm_resume() local
/openbmc/linux/fs/fat/
H A Dnamei_msdos.c228 int is_dir, int is_hid, int cluster, in msdos_add_entry()
350 int err, is_hid, cluster; in msdos_mkdir() local
H A Dnamei_vfat.c580 int len, int is_dir, int cluster, in vfat_build_slots()
657 int is_dir, int cluster, struct timespec64 *ts, in vfat_add_entry()
854 int err, cluster; in vfat_mkdir() local
H A Ddir.c1142 int err, cluster; in fat_alloc_new_dir() local
1207 int err, i, n, offset, cluster[2]; in fat_add_new_entries() local
1369 int cluster, nr_cluster; in fat_add_entries() local
H A Dfatent.c466 int fat_alloc_clusters(struct inode *inode, int *cluster, int nr_cluster) in fat_alloc_clusters()
554 int fat_free_clusters(struct inode *inode, int cluster) in fat_free_clusters()
/openbmc/linux/sound/usb/
H A Dstream.c327 snd_pcm_chmap_elem *convert_chmap_v3(struct uac3_cluster_header_descriptor in convert_chmap_v3()
870 struct uac3_cluster_header_descriptor *cluster; in snd_usb_get_audioformat_uac3() local
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c306 struct memclust_struct * cluster; in setup_memory() local
390 struct memclust_struct * cluster; in page_is_ram() local
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c177 int cluster = fsl_qoriq_core_to_cluster(cpu); in get_sys_info() local
/openbmc/linux/fs/exfat/
H A Dcache.c236 int exfat_get_cluster(struct inode *inode, unsigned int cluster, in exfat_get_cluster()
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c427 u32 cluster; in avic_kick_target_vcpus_fast() local
553 u32 cluster, index; in avic_get_logical_id_entry() local

1234