Home
last modified time | relevance | path

Searched refs:last_byte_offset (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Dfallback.rs376 let (&last_char_index, &last_byte_offset) = self in byte_range()
383 last_byte_offset in byte_range()
385 let total_byte_offset = match self.source_text[last_byte_offset..] in byte_range()
389 Some((additional_offset, _ch)) => last_byte_offset + additional_offset, in byte_range()
/linux/fs/nfsd/
H A Dnfs4state.c8647 last_byte_offset(u64 start, u64 len) in last_byte_offset() function
9165 file_lock->fl_end = last_byte_offset(lock->lk_offset, lock->lk_length); in nfsd4_lock()
9346 file_lock->fl_end = last_byte_offset(lockt->lt_offset, lockt->lt_length); in nfsd4_lockt()
9423 file_lock->fl_end = last_byte_offset(locku->lu_offset, in nfsd4_locku()