Home
last modified time | relevance | path

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

/include/linux/
Dregset.h256 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()
Dfscache.h508 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()
Dnetfs.h338 loff_t start_pos,
346 loff_t start_pos,
Dbpf_verifier.h619 u64 start_pos; member
/include/trace/events/
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;