Home
last modified time | relevance | path

Searched refs:cluster_index (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/scrub/
A Dialloc.c371 unsigned int cluster_index; in xchk_iallocbt_check_cluster() local
383 for (cluster_index = 0; in xchk_iallocbt_check_cluster()
384 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster()
385 cluster_index += XFS_INODES_PER_HOLEMASK_BIT) in xchk_iallocbt_check_cluster()
386 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
437 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster()
447 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
A Dialloc_repair.c143 unsigned int cluster_index, in xrep_ibt_check_ifree() argument
154 agino = cluster_ag_base + cluster_index; in xrep_ibt_check_ifree()
158 offset = (cluster_buf_base + cluster_index) * mp->m_sb.sb_inodesize; in xrep_ibt_check_ifree()
228 unsigned int cluster_index; in xrep_ibt_cluster_record() local
262 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xrep_ibt_cluster_record()
266 cluster_bp, cluster_index, &inuse); in xrep_ibt_cluster_record()
273 cluster_index); in xrep_ibt_cluster_record()
/fs/f2fs/
A Dfile.c644 int cluster_index = 0, valid_blocks = 0; in f2fs_truncate_data_blocks_range() local
654 for (; count > 0; count--, addr++, dn->ofs_in_node++, cluster_index++) { in f2fs_truncate_data_blocks_range()
658 !(cluster_index & (cluster_size - 1))) { in f2fs_truncate_data_blocks_range()

Completed in 16 milliseconds