Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libsa/
H A Dlseek.c102 return FS_SEEK(f->f_ops)(f, offset, where); in lseek()
H A 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/
H A Dnbfs.c227 err = FS_SEEK(nof->f.f_ops)(&nof->f, off, SEEK_SET); in nbfs_getbytes()