Searched refs:alloc_type (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | uttrack.c | 37 u8 alloc_type, 333 u8 alloc_type, in acpi_ut_track_allocation() argument 367 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
|
D | aclocal.h | 1236 u8 alloc_type;
|
/Linux-v4.19/fs/xfs/ |
D | xfs_bmap_util.h | 59 xfs_off_t len, int alloc_type);
|
D | xfs_bmap_util.c | 864 int alloc_type) in xfs_alloc_file_space() argument 970 allocatesize_fsb, alloc_type, resblks, in xfs_alloc_file_space()
|
/Linux-v4.19/fs/jffs2/ |
D | fs.c | 43 int alloc_type = ALLOC_NORMAL; in jffs2_do_setattr() local 130 alloc_type = ALLOC_DELETION; in jffs2_do_setattr() 138 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type); in jffs2_do_setattr()
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_midi.c | 148 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; in opl3_get_voice() local 222 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
|
/Linux-v4.19/fs/f2fs/ |
D | segment.c | 2140 if (sbi->ckpt->alloc_type[i] == SSR) in f2fs_npages_for_summary_flush() 2374 curseg->alloc_type = LFS; in new_curseg() 2403 if (seg->alloc_type == SSR) in __refresh_next_blkoff() 2431 curseg->alloc_type = SSR; in change_curseg() 2498 else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type)) in allocate_segment_by_default() 3243 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries() 3246 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 3337 curseg->alloc_type = ckpt->alloc_type[type]; in read_normal_summaries() 3411 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries()
|
D | segment.h | 297 unsigned char alloc_type; /* current allocation type */ member 633 return curseg->alloc_type; in curseg_alloc_type()
|
D | checkpoint.c | 1295 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint() 1303 ckpt->alloc_type[i + CURSEG_HOT_DATA] = in do_checkpoint()
|
D | f2fs.h | 3153 ((sbi)->segment_count[(curseg)->alloc_type]++) 3155 ((sbi)->block_count[(curseg)->alloc_type]++)
|
/Linux-v4.19/include/linux/ |
D | f2fs_fs.h | 160 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|
/Linux-v4.19/drivers/lightnvm/ |
D | pblk-core.c | 503 int alloc_type, gfp_t gfp_mask) in pblk_bio_map_addr() argument 511 if (alloc_type == PBLK_KMALLOC_META) in pblk_bio_map_addr()
|
D | pblk.h | 788 int alloc_type, gfp_t gfp_mask);
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ef10.c | 2730 u32 alloc_type = exclusive ? in efx_ef10_alloc_rss_context() local 2751 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type); in efx_ef10_alloc_rss_context()
|