Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/fat/
Dfile.c221 int err, wait, free_start, i_start, i_logstart; in fat_free() local
229 i_start = free_start = MSDOS_I(inode)->i_start; in fat_free()
279 free_start = ret; in fat_free()
284 return fat_free_clusters(inode, free_start); in fat_free()
/linux-4.1.27/fs/ocfs2/
Dxattr.c1411 static int ocfs2_xa_check_space_helper(int needed_space, int free_start, in ocfs2_xa_check_space_helper() argument
1419 free_space = free_start - in ocfs2_xa_check_space_helper()
1576 int offset, free_start = loc->xl_size; in ocfs2_xa_block_get_free_start() local
1580 if (offset < free_start) in ocfs2_xa_block_get_free_start()
1581 free_start = offset; in ocfs2_xa_block_get_free_start()
1584 return free_start; in ocfs2_xa_block_get_free_start()
1591 int free_start = ocfs2_xa_get_free_start(loc); in ocfs2_xa_block_check_space() local
1608 return ocfs2_xa_check_space_helper(needed_space, free_start, count); in ocfs2_xa_block_check_space()
1657 int free_start = ocfs2_xa_get_free_start(loc); in ocfs2_xa_block_add_namevalue() local
1659 loc->xl_entry->xe_name_offset = cpu_to_le16(free_start - size); in ocfs2_xa_block_add_namevalue()
[all …]