Lines Matching defs:alloc_hint
771 u64 alloc_hint = 0;
823 0, alloc_hint, &ins, 1, 1);
909 alloc_hint = ins.objectid + ins.offset;
937 u64 alloc_hint = 0;
951 alloc_hint = em->block_start;
955 alloc_hint = em->block_start;
961 return alloc_hint;
984 u64 alloc_hint = 0;
1034 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes);
1056 min_alloc_size, 0, alloc_hint,
1123 alloc_hint = ins.objectid + ins.offset;
6972 u64 alloc_hint;
6975 alloc_hint = get_extent_allocation_hint(inode, start, len);
6977 0, alloc_hint, &ins, 1, 1);
9778 loff_t actual_len, u64 *alloc_hint,
9808 min_size, 0, *alloc_hint, &ins, 1, 0);
9871 *alloc_hint = ins.objectid + ins.offset;
9909 loff_t actual_len, u64 *alloc_hint)
9912 min_size, actual_len, alloc_hint,
9919 loff_t actual_len, u64 *alloc_hint)
9922 min_size, actual_len, alloc_hint, trans);