Searched refs:whence (Results 76 - 85 of 85) sorted by relevance

1234

/linux-master/kernel/printk/
H A Dprintk.c859 static loff_t devkmsg_llseek(struct file *file, loff_t offset, int whence) argument
867 switch (whence) {
/linux-master/fs/bcachefs/
H A Dfs.c1078 static loff_t bch2_dir_llseek(struct file *file, loff_t offset, int whence) argument
1080 return generic_file_llseek_size(file, offset, whence,
/linux-master/kernel/trace/
H A Dtrace.h693 loff_t tracing_lseek(struct file *file, loff_t offset, int whence);
H A Dtrace.c5025 loff_t tracing_lseek(struct file *file, loff_t offset, int whence) argument
5030 ret = seq_lseek(file, offset, whence);
/linux-master/fs/nfs/
H A Ddir.c1322 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) argument
1327 filp, offset, whence);
1329 switch (whence) {
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1906 off_t offset, int whence)
1920 switch (whence) {
1905 ui_browser__hists_seek(struct ui_browser *browser, off_t offset, int whence) argument
/linux-master/mm/
H A Dfilemap.c2977 * @whence: Either SEEK_HOLE or SEEK_DATA.
2985 * Return: The requested offset on success, or -ENXIO if @whence specifies
2991 loff_t end, int whence)
2995 bool seek_data = (whence == SEEK_DATA);
2990 mapping_seek_hole_data(struct address_space *mapping, loff_t start, loff_t end, int whence) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2518 * @whence: Indicates how to seek.
2522 * @whence parameter indicates whether @off is the offset to directly seek to,
2532 lpfc_debugfs_lseek(struct file *file, loff_t off, int whence) argument
2535 return fixed_size_llseek(file, off, whence, debug->len);
/linux-master/fs/btrfs/
H A Dinode.c5899 static loff_t btrfs_dir_llseek(struct file *file, loff_t offset, int whence) argument
5909 return generic_file_llseek(file, offset, whence);
7292 * yet a corresponding bio submitted (whence it can not
/linux-master/tools/perf/
H A Dbuiltin-trace.c1014 .arg = { [2] = STRARRAY(whence, whences), }, },

Completed in 484 milliseconds

1234