Searched refs:estart (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dguestdbg.c16 * range starting with estart and the length len. Takes care of overflowing
19 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) argument
28 estop = estart + len;
32 *start = estart;
36 if (estart < *start)
37 *start = estart;
42 if (estart <= *stop) {
46 if (estart < *start)
47 *start = estart;
50 else if ((estop - *stop) < (*start - estart))
[all...]
/linux-master/fs/udf/
H A Dinode.c113 static void udf_update_extent_cache(struct inode *inode, loff_t estart, argument
124 iinfo->cached_extent.lstart = estart;

Completed in 136 milliseconds