Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Ddecompress.c111 if ((filep->fi_getblock)(filep) == -1) in cf_check_compressed()
230 if ((*filep->fi_getblock)(filep) == -1) in cf_read()
H A Dhsfs.c490 filep->fi_getblock = getblock; in bhsfs_open()
H A Dufsops.c637 filep->fi_getblock = getblock_noopt; in bufs_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h72 int (*fi_getblock)(struct file_ident *); member