Searched refs:used_blocks (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/mtd/ubi/ |
| D | fastmap.c | 781 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap() 859 int i, used_blocks, pnum, fm_anchor, ret = 0; in ubi_scan_fastmap() local 915 used_blocks = be32_to_cpu(fmsb->used_blocks); in ubi_scan_fastmap() 916 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap() 918 used_blocks); in ubi_scan_fastmap() 923 fm_size = ubi->leb_size * used_blocks; in ubi_scan_fastmap() 945 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap() 1041 fm->used_blocks = used_blocks; in ubi_scan_fastmap() 1050 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap() 1179 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 | 243 int used_blocks; member 1217 for (i = 0; i < ubi->fm->used_blocks; i++) { in ubi_find_fm_block()
|
| D | fastmap-wl.c | 360 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
|
| /Linux-v5.4/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 | 961 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
|
| /Linux-v5.4/include/linux/ |
| D | shmem_fs.h | 30 struct percpu_counter used_blocks; /* How many are allocated */ member
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | pio.c | 230 int used_blocks; in init_sc_pools_and_sizes() local 418 used_blocks = 0; in init_sc_pools_and_sizes() 432 used_blocks += dd->sc_sizes[i].size * dd->sc_sizes[i].count; in init_sc_pools_and_sizes() 434 extra = total_blocks - used_blocks; in init_sc_pools_and_sizes()
|
| /Linux-v5.4/mm/ |
| D | shmem.c | 224 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_inode_acct_block() 227 percpu_counter_add(&sbinfo->used_blocks, pages); in shmem_inode_acct_block() 243 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_unacct_blocks() 2860 percpu_counter_sum(&sbinfo->used_blocks); in shmem_statfs() 3546 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_reconfigure() 3619 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super() 3669 if (percpu_counter_init(&sbinfo->used_blocks, 0, GFP_KERNEL)) in shmem_fill_super()
|
| /Linux-v5.4/fs/gfs2/ |
| D | log.c | 977 unsigned int used_blocks = sdp->sd_jdesc->jd_blocks - atomic_read(&sdp->sd_log_blks_free); in gfs2_ail_flush_reqd() local 982 return used_blocks + atomic_read(&sdp->sd_log_blks_needed) >= in gfs2_ail_flush_reqd()
|
| /Linux-v5.4/include/trace/events/ |
| D | ext4.h | 1166 TP_PROTO(struct inode *inode, int used_blocks, int quota_claim), 1168 TP_ARGS(inode, used_blocks, quota_claim), 1174 __field( int, used_blocks ) 1184 __entry->used_blocks = used_blocks; 1196 __entry->used_blocks, __entry->reserved_data_blocks,
|