Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dregset.h266 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 Dfscache.h505 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 Dnetfs.h333 loff_t start_pos,
341 loff_t start_pos,
A Dbpf_verifier.h624 u64 start_pos; member
/include/trace/events/
A Dext4.h484 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 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),
973 __entry->start = start_pos;

Completed in 22 milliseconds