Searched refs:start_pos (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | regset.h | 266 const int start_pos, const int end_pos) in user_regset_copyin() argument 270 BUG_ON(*pos < start_pos); in user_regset_copyin() 274 data += *pos - start_pos; in user_regset_copyin() 292 const int start_pos, in user_regset_copyin_ignore() argument 297 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
| A D | fscache.h | 505 loff_t start_pos, in fscache_read() argument 512 return ops->read(cres, start_pos, iter, read_hole, in fscache_read() 564 loff_t start_pos, in fscache_write() argument 570 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write()
|
| A D | netfs.h | 333 loff_t start_pos, 341 loff_t start_pos,
|
| A D | bpf_verifier.h | 624 u64 start_pos; member
|
| /include/trace/events/ |
| A D | ext4.h | 484 TP_PROTO(struct inode *inode, loff_t start_pos, loff_t next_pos, 487 TP_ARGS(inode, start_pos, next_pos, wbc), 492 __field( loff_t, start_pos ) 501 __entry->start_pos = start_pos; 509 (unsigned long) __entry->ino, __entry->start_pos, __entry->next_pos, 514 TP_PROTO(struct inode *inode, loff_t start_pos, loff_t next_pos, 517 TP_ARGS(inode, start_pos, next_pos, wbc, ret), 522 __field( loff_t, start_pos ) 531 __entry->start_pos = start_pos; 539 (unsigned long) __entry->ino, __entry->start_pos, __entry->next_pos,
|
| A 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;
|
Completed in 22 milliseconds