Searched defs:alloc_type (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | uttrack.c | 365 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) acpi_ut_track_allocation() argument
|
/linux-4.1.27/fs/jffs2/ |
H A D | fs.c | 42 int alloc_type = ALLOC_NORMAL; jffs2_do_setattr() local
|
/linux-4.1.27/sound/drivers/opl3/ |
H A D | opl3_midi.c | 152 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; opl3_get_voice() local
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_bmap_util.c | 929 xfs_alloc_file_space( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len, int alloc_type) xfs_alloc_file_space() argument
|
/linux-4.1.27/fs/f2fs/ |
H A D | segment.h | 247 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
|
/linux-4.1.27/include/linux/ |
H A D | f2fs_fs.h | 128 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent-tree.c | 6734 int alloc_type = (flags & BTRFS_BLOCK_GROUP_DATA) ? find_free_extent() local
|
Completed in 379 milliseconds