ufs_stat
.fo_stat = ufs_stat,
static int ufs_stat(struct open_file *f, struct stat *sb);
static vop_stat_t ufs_stat;
.vop_stat = ufs_stat,