Home
last modified time | relevance | path

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

/freebsd/stand/libsa/zfs/
H A Dzfs.c53 static off_t zfs_seek(struct open_file *f, off_t offset, int where);
75 .fo_seek = zfs_seek,
182 zfs_seek(struct open_file *f, off_t offset, int where) in zfs_seek() function