Searched refs:used_blocks (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/mtd/ubi/ |
| H A D | fastmap.c | 925 used_blocks = be32_to_cpu(fmsb->used_blocks); in ubi_scan_fastmap() 926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap() 928 used_blocks); in ubi_scan_fastmap() 933 fm_size = ubi->leb_size * used_blocks; in ubi_scan_fastmap() 955 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap() 1051 fm->used_blocks = used_blocks; in ubi_scan_fastmap() 1060 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap() 1188 fmsb->used_blocks = cpu_to_be32(new_fm->used_blocks); in ubi_write_fastmap() 1445 fm->used_blocks = 1; in invalidate_fastmap() 1565 if (old_fm && new_fm->used_blocks < old_fm->used_blocks) { in ubi_update_fastmap() [all …]
|
| H A D | ubi-media.h | 412 __be32 used_blocks; member
|
| H A D | ubi.h | 235 int used_blocks; member 1226 for (i = 0; i < ubi->fm->used_blocks; i++) { in ubi_find_fm_block()
|
| H A D | fastmap-wl.c | 544 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
|
| /linux-6.15/fs/befs/ |
| H A D | super.c | 37 befs_sb->used_blocks = fs64_to_cpu(sb, disk_sb->used_blocks); in befs_load_sb()
|
| H A D | befs.h | 38 befs_off_t used_blocks; member
|
| H A D | befs_fs_types.h | 122 fs64 used_blocks; member
|
| H A D | debug.c | 173 befs_debug(sb, " used_blocks %llu", fs64_to_cpu(sb, sup->used_blocks)); in befs_dump_super_block()
|
| H A D | linuxvfs.c | 929 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
|
| /linux-6.15/fs/gfs2/ |
| H A D | log.c | 1035 unsigned int reserved_blocks = 0, used_blocks = 0; in gfs2_log_flush() local 1141 used_blocks = log_distance(sdp, sdp->sd_log_flush_head, first_log_head); in gfs2_log_flush() 1148 if (used_blocks != reserved_blocks) { in gfs2_log_flush() 1149 gfs2_assert_withdraw_delayed(sdp, used_blocks < reserved_blocks); in gfs2_log_flush() 1150 gfs2_log_release(sdp, reserved_blocks - used_blocks); in gfs2_log_flush()
|
| /linux-6.15/include/linux/ |
| H A D | shmem_fs.h | 59 struct percpu_counter used_blocks; /* How many are allocated */ member
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | pio.c | 188 int used_blocks; in init_sc_pools_and_sizes() local 376 used_blocks = 0; in init_sc_pools_and_sizes() 390 used_blocks += dd->sc_sizes[i].size * dd->sc_sizes[i].count; in init_sc_pools_and_sizes() 392 extra = total_blocks - used_blocks; in init_sc_pools_and_sizes()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 41 uint32_t used_blocks) in xfs_zone_bucket() argument 43 return XFS_ZONE_USED_BUCKETS * used_blocks / in xfs_zone_bucket()
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 1213 TP_PROTO(struct inode *inode, int used_blocks, int quota_claim), 1215 TP_ARGS(inode, used_blocks, quota_claim), 1221 __field( int, used_blocks ) 1231 __entry->used_blocks = used_blocks; 1243 __entry->used_blocks, __entry->reserved_data_blocks,
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 233 if (!percpu_counter_limited_add(&sbinfo->used_blocks, in shmem_inode_acct_blocks() 239 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_acct_blocks() 264 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_unacct_blocks() 3815 percpu_counter_sum(&sbinfo->used_blocks); in shmem_statfs() 4808 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_reconfigure() 4974 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super() 5063 if (percpu_counter_init(&sbinfo->used_blocks, 0, GFP_KERNEL)) in shmem_fill_super()
|