Searched refs:wherece (Results 1 – 8 of 8) sorted by relevance
| /components/dfs/dfs_v2/include/ |
| A D | dfs_file.h | 46 off_t (*lseek)(struct dfs_file *file, off_t offset, int wherece); 160 off_t dfs_file_lseek(struct dfs_file *file, off_t offset, int wherece);
|
| /components/drivers/pci/ |
| A D | procfs.c | 220 static off_t pci_lseek(struct dfs_file *file, off_t offset, int wherece) in pci_lseek() argument 225 switch (wherece) in pci_lseek()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devfs.c | 301 static off_t dfs_devfs_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_devfs_lseek() argument 316 ret = device->fops->lseek(file, offset, wherece); in dfs_devfs_lseek()
|
| /components/lwp/terminal/ |
| A D | tty_ptmx.c | 218 static off_t ptm_fops_lseek(struct dfs_file *file, off_t offset, int wherece) in ptm_fops_lseek() argument
|
| A D | tty_device.c | 230 static off_t tty_fops_lseek(struct dfs_file *file, off_t offset, int wherece) in tty_fops_lseek() argument
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 367 static off_t dfs_tmpfs_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_tmpfs_lseek() argument 369 switch (wherece) in dfs_tmpfs_lseek()
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | dfs_elm.c | 629 off_t dfs_elm_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_elm_lseek() argument 633 switch (wherece) in dfs_elm_lseek()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 1214 off_t dfs_file_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_file_lseek() argument 1224 retval = file->fops->lseek(file, offset, wherece); in dfs_file_lseek()
|
Completed in 18 milliseconds