Searched refs:alloc_cluster (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/staging/exfat/ |
D | exfat_core.c | 2084 ret = p_fs->fs_func->alloc_cluster(sb, 1, &clu); in find_empty_entry() 2984 .alloc_cluster = fat_alloc_cluster, 3126 .alloc_cluster = exfat_alloc_cluster, 3226 ret = fs_func->alloc_cluster(sb, 1, &clu); in create_dir()
|
D | exfat.h | 540 s32 (*alloc_cluster)(struct super_block *sb, s32 num_alloc, member
|
D | exfat_super.c | 906 num_alloced = p_fs->fs_func->alloc_cluster(sb, in ffsWriteFile() 1805 num_alloced = p_fs->fs_func->alloc_cluster(sb, 1, &new_clu); in ffsMapCluster()
|
/Linux-v5.4/mm/ |
D | swapfile.c | 503 static void alloc_cluster(struct swap_info_struct *si, unsigned long idx) in alloc_cluster() function 543 alloc_cluster(p, idx); in inc_cluster_info_page() 951 alloc_cluster(si, idx); in swap_alloc_cluster()
|