Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Duttrack.c71 u8 alloc_type,
367 u8 alloc_type, in acpi_ut_track_allocation() argument
401 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
Daclocal.h1167 u8 alloc_type;
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.h59 xfs_off_t len, int alloc_type);
Dxfs_bmap_util.c956 int alloc_type) in xfs_alloc_file_space() argument
1065 allocatesize_fsb, alloc_type, &firstfsb, in xfs_alloc_file_space()
/linux-4.4.14/fs/f2fs/
Dsegment.c809 if (sbi->ckpt->alloc_type[i] == SSR) in npages_for_summary_flush()
1001 curseg->alloc_type = LFS; in new_curseg()
1030 if (seg->alloc_type == SSR) in __refresh_next_blkoff()
1058 curseg->alloc_type = SSR; in change_curseg()
1099 else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type)) in allocate_segment_by_default()
1531 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries()
1534 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
1617 curseg->alloc_type = ckpt->alloc_type[type]; in read_normal_summaries()
1682 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries()
Dsegment.h260 unsigned char alloc_type; /* current allocation type */ member
560 return curseg->alloc_type; in curseg_alloc_type()
Dcheckpoint.c965 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint()
973 ckpt->alloc_type[i + CURSEG_HOT_DATA] = in do_checkpoint()
Df2fs.h1951 ((sbi)->segment_count[(curseg)->alloc_type]++)
1953 ((sbi)->block_count[(curseg)->alloc_type]++)
/linux-4.4.14/fs/jffs2/
Dfs.c42 int alloc_type = ALLOC_NORMAL; in jffs2_do_setattr() local
129 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
137 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type); in jffs2_do_setattr()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_midi.c152 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; in opl3_get_voice() local
226 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
/linux-4.4.14/include/linux/
Df2fs_fs.h136 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
/linux-4.4.14/drivers/net/ethernet/sfc/
Def10.c1918 u32 alloc_type = exclusive ? in efx_ef10_alloc_rss_context() local
1935 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type); in efx_ef10_alloc_rss_context()
/linux-4.4.14/fs/btrfs/
Dextent-tree.c7032 int alloc_type = (flags & BTRFS_BLOCK_GROUP_DATA) ? in find_free_extent() local
7366 alloc_type, delalloc); in find_free_extent()