Home
last modified time | relevance | path

Searched refs:wherece (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs_file.h46 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 Dprocfs.c220 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 Ddevfs.c301 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 Dtty_ptmx.c218 static off_t ptm_fops_lseek(struct dfs_file *file, off_t offset, int wherece) in ptm_fops_lseek() argument
A Dtty_device.c230 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 Ddfs_tmpfs.c367 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 Ddfs_elm.c629 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 Ddfs_file.c1214 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