Home
last modified time | relevance | path

Searched refs:end_pos (Results 1 – 4 of 4) sorted by relevance

/include/linux/
A Dregset.h266 const int start_pos, const int end_pos) in user_regset_copyin() argument
271 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
272 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
273 : min(*count, end_pos - *pos)); in user_regset_copyin()
293 const int end_pos) in user_regset_copyin_ignore() argument
298 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
299 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
300 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()
A Diomap.h437 u64 end_pos);
467 loff_t pos, loff_t end_pos, unsigned int dirty_len);
A Dbpf_verifier.h625 u64 end_pos; member
/include/trace/events/
A Df2fs.h958 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
960 TP_ARGS(dir, start_pos, end_pos, err),
974 __entry->end = end_pos;

Completed in 16 milliseconds