Searched refs:alloc_type (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | uttrack.c | 71 u8 alloc_type, 367 u8 alloc_type, in acpi_ut_track_allocation() argument 401 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
|
D | aclocal.h | 1131 u8 alloc_type;
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.h | 59 xfs_off_t len, int alloc_type);
|
D | xfs_bmap_util.c | 933 int alloc_type) in xfs_alloc_file_space() argument 1042 allocatesize_fsb, alloc_type, &firstfsb, in xfs_alloc_file_space()
|
/linux-4.1.27/fs/f2fs/ |
D | segment.c | 743 if (sbi->ckpt->alloc_type[i] == SSR) in npages_for_summary_flush() 926 curseg->alloc_type = LFS; in new_curseg() 955 if (seg->alloc_type == SSR) in __refresh_next_blkoff() 983 curseg->alloc_type = SSR; in change_curseg() 1024 else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type)) in allocate_segment_by_default() 1374 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries() 1377 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 1460 curseg->alloc_type = ckpt->alloc_type[type]; in read_normal_summaries() 1525 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries()
|
D | segment.h | 247 unsigned char alloc_type; /* current allocation type */ member 547 return curseg->alloc_type; in curseg_alloc_type()
|
D | checkpoint.c | 916 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint() 924 ckpt->alloc_type[i + CURSEG_HOT_DATA] = in do_checkpoint()
|
D | f2fs.h | 1715 ((sbi)->segment_count[(curseg)->alloc_type]++) 1717 ((sbi)->block_count[(curseg)->alloc_type]++)
|
/linux-4.1.27/fs/jffs2/ |
D | fs.c | 42 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.1.27/sound/drivers/opl3/ |
D | opl3_midi.c | 152 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.1.27/include/linux/ |
D | f2fs_fs.h | 128 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 6734 int alloc_type = (flags & BTRFS_BLOCK_GROUP_DATA) ? in find_free_extent() local 7044 alloc_type, delalloc); in find_free_extent()
|