Searched refs:used_blocks (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | fastmap.c | 791 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap() 869 int i, used_blocks, pnum, fm_anchor, ret = 0; in ubi_scan_fastmap() local 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() [all …]
|
D | ubi-media.h | 412 __be32 used_blocks; member
|
D | ubi.h | 235 int used_blocks; member 1227 for (i = 0; i < ubi->fm->used_blocks; i++) { in ubi_find_fm_block()
|
D | fastmap-wl.c | 531 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
|
/linux-6.12.1/fs/befs/ |
D | super.c | 37 befs_sb->used_blocks = fs64_to_cpu(sb, disk_sb->used_blocks); in befs_load_sb()
|
D | befs.h | 38 befs_off_t used_blocks; member
|
D | befs_fs_types.h | 122 fs64 used_blocks; member
|
D | debug.c | 173 befs_debug(sb, " used_blocks %llu", fs64_to_cpu(sb, sup->used_blocks)); in befs_dump_super_block()
|
D | linuxvfs.c | 956 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
|
/linux-6.12.1/fs/gfs2/ |
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.12.1/include/linux/ |
D | shmem_fs.h | 59 struct percpu_counter used_blocks; /* How many are allocated */ member
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
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.12.1/include/trace/events/ |
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.12.1/mm/ |
D | shmem.c | 228 if (!percpu_counter_limited_add(&sbinfo->used_blocks, in shmem_inode_acct_blocks() 234 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_acct_blocks() 259 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_unacct_blocks() 3542 percpu_counter_sum(&sbinfo->used_blocks); in shmem_statfs() 4456 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_reconfigure() 4617 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super() 4677 if (percpu_counter_init(&sbinfo->used_blocks, 0, GFP_KERNEL)) in shmem_fill_super()
|