Searched refs:start_pos (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | regset.h | 256 const int start_pos, const int end_pos) in user_regset_copyin() argument 260 BUG_ON(*pos < start_pos); in user_regset_copyin() 264 data += *pos - start_pos; in user_regset_copyin() 282 const int start_pos, in user_regset_copyin_ignore() argument 287 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
| D | fscache.h | 508 loff_t start_pos, in fscache_read() argument 515 return ops->read(cres, start_pos, iter, read_hole, in fscache_read() 567 loff_t start_pos, in fscache_write() argument 573 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write()
|
| D | netfs.h | 338 loff_t start_pos, 346 loff_t start_pos,
|
| D | bpf_verifier.h | 619 u64 start_pos; member
|
| /include/trace/events/ |
| D | f2fs.h | 958 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err), 960 TP_ARGS(dir, start_pos, end_pos, err), 973 __entry->start = start_pos;
|