Searched refs:splitfs_seek (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/stand/libsa/
H A Dsplitfs.c48 static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
57 .fo_seek = splitfs_seek,
232 splitfs_seek(struct open_file *f, off_t offset, int where) function
249 panic("splitfs_seek: SEEK_END not supported");
287 panic("splitfs_seek: can't seek past the beginning of the slice");

Completed in 204 milliseconds