Searched defs:ufs_dumpctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c175 static int ufs_dumpctl(vnode_t *, int, offset_t *, caller_context_t *);
231 VOPNAME_DUMPCTL, { .vop_dumpctl = ufs_dumpctl },
241 * Created by ufs_dumpctl() to store a file's disk block info into memory.
6241 ufs_dumpctl(vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) function
6378 * Recursive helper function for ufs_dumpctl(). It follows the indirect file

Completed in 57 milliseconds