Home
last modified time | relevance | path

Searched refs:used_blocks (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/mtd/ubi/
A Dfastmap.c915 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()
1494 fm->used_blocks = 1; in invalidate_fastmap()
1618 if (old_fm && new_fm->used_blocks < old_fm->used_blocks) { in ubi_update_fastmap()
[all …]
A Dubi-media.h412 __be32 used_blocks; member
A Dubi.h243 int used_blocks; member
1220 for (i = 0; i < ubi->fm->used_blocks; i++) { in ubi_find_fm_block()
A Dfastmap-wl.c390 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
/linux/fs/befs/
A Dsuper.c37 befs_sb->used_blocks = fs64_to_cpu(sb, disk_sb->used_blocks); in befs_load_sb()
A Dbefs.h38 befs_off_t used_blocks; member
A Dbefs_fs_types.h122 fs64 used_blocks; member
A Ddebug.c173 befs_debug(sb, " used_blocks %llu", fs64_to_cpu(sb, sup->used_blocks)); in befs_dump_super_block()
A Dlinuxvfs.c962 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
/linux/fs/gfs2/
A Dlog.c1030 unsigned int reserved_blocks = 0, used_blocks = 0; in gfs2_log_flush() local
1136 used_blocks = log_distance(sdp, sdp->sd_log_flush_head, first_log_head); in gfs2_log_flush()
1143 if (used_blocks != reserved_blocks) { in gfs2_log_flush()
1144 gfs2_assert_withdraw_delayed(sdp, used_blocks < reserved_blocks); in gfs2_log_flush()
1145 gfs2_log_release(sdp, reserved_blocks - used_blocks); in gfs2_log_flush()
1278 unsigned int used_blocks = sdp->sd_jdesc->jd_blocks - atomic_read(&sdp->sd_log_blks_free); in gfs2_ail_flush_reqd() local
1283 return used_blocks + atomic_read(&sdp->sd_log_blks_needed) >= in gfs2_ail_flush_reqd()
/linux/include/linux/
A Dshmem_fs.h32 struct percpu_counter used_blocks; /* How many are allocated */ member
/linux/drivers/infiniband/hw/hfi1/
A Dpio.c188 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/mm/
A Dshmem.c220 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_inode_acct_block()
223 percpu_counter_add(&sbinfo->used_blocks, pages); in shmem_inode_acct_block()
239 percpu_counter_sub(&sbinfo->used_blocks, pages); in shmem_inode_unacct_blocks()
2805 percpu_counter_sum(&sbinfo->used_blocks); in shmem_statfs()
3490 if (percpu_counter_compare(&sbinfo->used_blocks, in shmem_reconfigure()
3596 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()
3653 if (percpu_counter_init(&sbinfo->used_blocks, 0, GFP_KERNEL)) in shmem_fill_super()
/linux/include/trace/events/
A Dext4.h1202 TP_PROTO(struct inode *inode, int used_blocks, int quota_claim),
1204 TP_ARGS(inode, used_blocks, quota_claim),
1210 __field( int, used_blocks )
1220 __entry->used_blocks = used_blocks;
1232 __entry->used_blocks, __entry->reserved_data_blocks,

Completed in 66 milliseconds