Home
last modified time | relevance | path

Searched refs:num_blks (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/jbd2/
Drecovery.c353 int i, num_blks, err; in calc_chksums() local
357 num_blks = count_tags(journal, bh); in calc_chksums()
361 for (i = 0; i < num_blks; i++) { in calc_chksums()
/linux-4.19.296/fs/befs/
Dlinuxvfs.c385 int num_blks; in befs_iget() local
390 num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); in befs_iget()
392 num_blks * (befs_sb->block_size / VFS_BLOCK_SIZE); in befs_iget()
/linux-4.19.296/fs/ext4/
Dextents.c3925 unsigned int num_blks) in get_reserved_cluster_alloc() argument
3933 alloc_cluster_end = EXT4_B2C(sbi, lblk_start + num_blks - 1); in get_reserved_cluster_alloc()
3938 trace_ext4_get_reserved_cluster_alloc(inode, lblk_start, num_blks); in get_reserved_cluster_alloc()
3951 c_offset = EXT4_LBLK_COFF(sbi, lblk_start + num_blks); in get_reserved_cluster_alloc()
3953 lblk_from = lblk_start + num_blks; in get_reserved_cluster_alloc()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c530 int num_blks = *last_blk - start_blk; in xlog_find_verify_log_record() local
535 if (!(bp = xlog_get_bp(log, num_blks))) { in xlog_find_verify_log_record()
540 error = xlog_bread(log, start_blk, num_blks, bp, &offset); in xlog_find_verify_log_record()
543 offset += ((num_blks - 1) << BBSHIFT); in xlog_find_verify_log_record()