Searched refs:fragments (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/drivers/of/ |
D | overlay.c | 73 struct fragment *fragments; member 166 struct fragment *fragment = &ovcs->fragments[i]; in overlay_notify() 228 fragment = &ovcs->fragments[k]; in dup_and_fixup_symbol_prop() 569 fragment = &ovcs->fragments[i]; in build_changeset() 582 fragment = &ovcs->fragments[ovcs->count - 1]; in build_changeset() 652 struct fragment *fragments; in init_overlay_changeset() local 696 fragments = kcalloc(cnt, sizeof(*fragments), GFP_KERNEL); in init_overlay_changeset() 697 if (!fragments) { in init_overlay_changeset() 708 fragment = &fragments[cnt]; in init_overlay_changeset() 727 fragment = &fragments[cnt]; in init_overlay_changeset() [all …]
|
/linux-4.19.296/fs/squashfs/ |
D | fragment.c | 56 if (fragment >= msblk->fragments) in squashfs_frag_lookup() 77 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 79 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); in squashfs_read_fragment_index_table()
|
D | super.c | 86 unsigned int fragments; in squashfs_fill_super() local 178 msblk->fragments = le32_to_cpu(sblk->fragments); in squashfs_fill_super() 190 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super() 276 fragments = msblk->fragments; in squashfs_fill_super() 277 if (fragments == 0) in squashfs_fill_super() 289 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
|
D | squashfs_fs_sb.h | 78 unsigned int fragments; member
|
D | Kconfig | 213 int "Number of fragments cached" if SQUASHFS_EMBEDDED 217 By default SquashFS caches the last 3 fragments read from 219 has to re-read fragments less often from disk, at the expense
|
D | squashfs_fs.h | 258 __le32 fragments; member
|
/linux-4.19.296/fs/xfs/scrub/ |
D | refcount.c | 83 struct list_head fragments; member 143 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check() 186 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 197 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 214 while (!list_empty(&refchk->fragments)) { in xchk_refcountbt_process_rmap_fragments() 231 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 270 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 306 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap() 317 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
|
/linux-4.19.296/include/uapi/sound/ |
D | compress_offload.h | 42 __u32 fragments; member
|
/linux-4.19.296/include/sound/ |
D | compress_driver.h | 43 u32 fragments; member
|
/linux-4.19.296/include/net/ |
D | inet_frag.h | 80 struct sk_buff *fragments; /* used in 6lopwpan IPv6. */ member
|
/linux-4.19.296/fs/ext4/ |
D | mballoc.c | 556 int fragments = 0; in __mb_check_buddy() local 612 fragments++; in __mb_check_buddy() 627 MB_CHECK_ASSERT(e4b->bd_info->bb_fragments == fragments); in __mb_check_buddy() 722 unsigned fragments = 0; in ext4_mb_generate_buddy() local 730 fragments++; in ext4_mb_generate_buddy() 742 grp->bb_fragments = fragments; in ext4_mb_generate_buddy() 2048 unsigned free, fragments; in ext4_mb_good_group() local 2070 fragments = grp->bb_fragments; in ext4_mb_good_group() 2071 if (fragments == 0) in ext4_mb_good_group() 2085 (free / fragments) >= ac->ac_g_ex.fe_len) in ext4_mb_good_group() [all …]
|
/linux-4.19.296/fs/jffs2/ |
D | README.Locking | 45 including the linked list of node fragments (but see the notes below on
|
/linux-4.19.296/include/uapi/linux/ |
D | soundcard.h | 573 int fragments; /* # of available fragments (partially usend ones not counted) */ member
|