Searched refs:nr_clusters (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.c | 225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 442 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc() 573 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 596 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
|
H A D | super.c | 871 vol->nr_clusters = ll; in parse_ntfs_boot_sector() 872 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters); in parse_ntfs_boot_sector() 889 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector() 898 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector() 944 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators() 988 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators() 1837 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) { in load_system_files() 2448 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters() 2461 max_index = (((vol->nr_clusters in get_nr_free_clusters() [all...] |
H A D | volume.h | 55 LCN nr_clusters; /* Volume size in clusters == number of member
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.c | 225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 442 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc() 573 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 596 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
|
H A D | super.c | 879 vol->nr_clusters = ll; in parse_ntfs_boot_sector() 880 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters); in parse_ntfs_boot_sector() 897 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector() 906 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector() 952 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators() 996 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators() 1845 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) { in load_system_files() 2456 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters() 2469 max_index = (((vol->nr_clusters in get_nr_free_clusters() [all...] |
H A D | volume.h | 55 LCN nr_clusters; /* Volume size in clusters == number of member
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | file.c | 382 int nr_clusters; in fat_truncate_blocks() local 391 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks() 393 fat_free(inode, nr_clusters); in fat_truncate_blocks()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | file.c | 383 int nr_clusters; in fat_truncate_blocks() local 392 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks() 394 fat_free(inode, nr_clusters); in fat_truncate_blocks()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 29 int nr_clusters; member 575 a6xx_state->nr_clusters = ARRAY_SIZE(a6xx_clusters); in a6xx_get_clusters() 1199 for (i = 0; i < a6xx_state->nr_clusters; i++) in a6xx_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 29 int nr_clusters; member 605 a6xx_state->nr_clusters = ARRAY_SIZE(a6xx_clusters); in a6xx_get_clusters() 1393 for (i = 0; i < a6xx_state->nr_clusters; i++) in a6xx_show()
|
/kernel/linux/linux-5.10/mm/ |
H A D | swapfile.c | 3093 unsigned long nr_clusters = DIV_ROUND_UP(maxpages, SWAPFILE_CLUSTER); in setup_swap_map_and_extents() local 3150 for (i = 0; i < DIV_ROUND_UP(nr_clusters, SWAP_CLUSTER_COLS); i++) { in setup_swap_map_and_extents() 3152 if (idx >= nr_clusters) in setup_swap_map_and_extents()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 2919 unsigned long nr_clusters = DIV_ROUND_UP(maxpages, SWAPFILE_CLUSTER); in setup_swap_map_and_extents() local 2976 for (i = 0; i < DIV_ROUND_UP(nr_clusters, SWAP_CLUSTER_COLS); i++) { in setup_swap_map_and_extents() 2978 if (idx >= nr_clusters) in setup_swap_map_and_extents()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 1549 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local 1564 &nr_clusters, NULL); in ocfs2_zeroout_partial_cluster()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 1543 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local 1558 &nr_clusters, NULL); in ocfs2_zeroout_partial_cluster()
|
Completed in 29 milliseconds