Home
last modified time | relevance | path

Searched refs:FS_SEEK (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/lib/libsa/
Dlseek.c102 return FS_SEEK(f->f_ops)(f, offset, where); in lseek()
Dstand.h149 #define FS_SEEK(fs) ((fs)->seek) macro
161 #define FS_SEEK(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_seek) macro
/netbsd/src/sys/arch/acorn32/stand/nbfs/
Dnbfs.c227 err = FS_SEEK(nof->f.f_ops)(&nof->f, off, SEEK_SET); in nbfs_getbytes()