Searched refs:alloc_type (Results  1 – 13 of 13) sorted by relevance
| /linux-4.4.14/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 | 1167 	u8                              alloc_type;
  | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_bmap_util.h | 59 			     xfs_off_t len, int alloc_type);
  | 
| D | xfs_bmap_util.c | 956 	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/ | 
| D | segment.c | 809 		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()
  | 
| D | segment.h | 260 	unsigned char alloc_type;		/* current allocation type */  member 560 	return curseg->alloc_type;  in curseg_alloc_type()
  | 
| D | checkpoint.c | 965 		ckpt->alloc_type[i + CURSEG_HOT_NODE] =  in do_checkpoint() 973 		ckpt->alloc_type[i + CURSEG_HOT_DATA] =  in do_checkpoint()
  | 
| D | f2fs.h | 1951 		((sbi)->segment_count[(curseg)->alloc_type]++) 1953 		((sbi)->block_count[(curseg)->alloc_type]++)
  | 
| /linux-4.4.14/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.4.14/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.4.14/include/linux/ | 
| D | f2fs_fs.h | 136 	unsigned char alloc_type[MAX_ACTIVE_LOGS];  member
  | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | ef10.c | 1918 	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/ | 
| D | extent-tree.c | 7032 	int alloc_type = (flags & BTRFS_BLOCK_GROUP_DATA) ?  in find_free_extent()  local 7366 						  alloc_type, delalloc);  in find_free_extent()
  |