Home
last modified time | relevance | path

Searched refs:free_start (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/ia64/mm/
Dcontig.c50 u64 range_start, range_end, free_start; in find_bootmap_location() local
61 free_start = PAGE_OFFSET; in find_bootmap_location()
64 range_start = max(start, free_start); in find_bootmap_location()
67 free_start = PAGE_ALIGN(rsvd_region[i].end); in find_bootmap_location()
/linux-4.4.14/fs/fat/
Dfile.c222 int err, wait, free_start, i_start, i_logstart; in fat_free() local
230 i_start = free_start = MSDOS_I(inode)->i_start; in fat_free()
280 free_start = ret; in fat_free()
285 return fat_free_clusters(inode, free_start); in fat_free()
/linux-4.4.14/drivers/nvdimm/
Dnamespace_devs.c550 resource_size_t allocate, available = 0, free_start, free_end; in scan_allocate() local
564 free_start = nd_mapping->start; in scan_allocate()
565 available = res->start - free_start; in scan_allocate()
572 free_start = res->start + resource_size(res); in scan_allocate()
575 && free_start < free_end) { in scan_allocate()
576 available = free_end + 1 - free_start; in scan_allocate()
583 free_start = res->start + resource_size(res); in scan_allocate()
586 && free_start < free_end) { in scan_allocate()
587 available = free_end + 1 - free_start; in scan_allocate()
635 free_start += available - allocate; in scan_allocate()
[all …]
/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
/linux-4.4.14/fs/ocfs2/
Dxattr.c1405 static int ocfs2_xa_check_space_helper(int needed_space, int free_start, in ocfs2_xa_check_space_helper() argument
1413 free_space = free_start - in ocfs2_xa_check_space_helper()
1570 int offset, free_start = loc->xl_size; in ocfs2_xa_block_get_free_start() local
1574 if (offset < free_start) in ocfs2_xa_block_get_free_start()
1575 free_start = offset; in ocfs2_xa_block_get_free_start()
1578 return free_start; in ocfs2_xa_block_get_free_start()
1585 int free_start = ocfs2_xa_get_free_start(loc); in ocfs2_xa_block_check_space() local
1602 return ocfs2_xa_check_space_helper(needed_space, free_start, count); in ocfs2_xa_block_check_space()
1651 int free_start = ocfs2_xa_get_free_start(loc); in ocfs2_xa_block_add_namevalue() local
1653 loc->xl_entry->xe_name_offset = cpu_to_le16(free_start - size); in ocfs2_xa_block_add_namevalue()
[all …]