Searched refs:fragments (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/scrub/ |
D | refcount.c | 78 struct list_head fragments; member 138 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check() 181 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 192 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 209 while (!list_empty(&refchk->fragments)) { in xchk_refcountbt_process_rmap_fragments() 226 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 265 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 299 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap() 312 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
|
/fs/squashfs/ |
D | fragment.c | 43 if (fragment >= msblk->fragments) in squashfs_frag_lookup() 64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 66 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); in squashfs_read_fragment_index_table()
|
D | super.c | 188 unsigned int fragments; in squashfs_fill_super() local 290 msblk->fragments = le32_to_cpu(sblk->fragments); in squashfs_fill_super() 302 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super() 403 fragments = msblk->fragments; in squashfs_fill_super() 404 if (fragments == 0) in squashfs_fill_super() 416 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
|
D | squashfs_fs_sb.h | 66 unsigned int fragments; member
|
D | Kconfig | 255 int "Number of fragments cached" if SQUASHFS_EMBEDDED 259 By default SquashFS caches the last 3 fragments read from 261 has to re-read fragments less often from disk, at the expense
|
D | squashfs_fs.h | 245 __le32 fragments; member
|
/fs/erofs/ |
D | sysfs.c | 79 EROFS_ATTR_FEATURE(fragments); 91 ATTR_LIST(fragments),
|
D | internal.h | 244 EROFS_FEATURE_FUNCS(fragments, incompat, INCOMPAT_FRAGMENTS)
|
/fs/ext4/ |
D | mballoc.c | 691 int fragments = 0; in __mb_check_buddy() local 741 fragments++; in __mb_check_buddy() 756 MB_CHECK_ASSERT(e4b->bd_info->bb_fragments == fragments); in __mb_check_buddy() 1194 unsigned fragments = 0; in ext4_mb_generate_buddy() local 1202 fragments++; in ext4_mb_generate_buddy() 1214 grp->bb_fragments = fragments; in ext4_mb_generate_buddy() 2580 ext4_grpblk_t free, fragments; in ext4_mb_good_group() local 2593 fragments = grp->bb_fragments; in ext4_mb_good_group() 2594 if (fragments == 0) in ext4_mb_good_group() 2619 if ((free / fragments) >= ac->ac_g_ex.fe_len) in ext4_mb_good_group()
|
/fs/jffs2/ |
D | README.Locking | 45 including the linked list of node fragments (but see the notes below on
|