Symbol: vfsops
sys/kern/vfs_init.c
321
struct vfsops *vfsops = NULL;
sys/kern/vfs_init.c
353
vfsops = vfc->vfc_vfsops;
sys/kern/vfs_init.c
355
KKASSERT(vfsops->vfs_mount != NULL);
sys/kern/vfs_init.c
356
KKASSERT(vfsops->vfs_root != NULL);
sys/kern/vfs_init.c
357
KKASSERT(vfsops->vfs_unmount != NULL);
sys/kern/vfs_init.c
359
if (vfsops->vfs_root == NULL) {
sys/kern/vfs_init.c
361
vfsops->vfs_root = vfs_stdroot;
sys/kern/vfs_init.c
363
if (vfsops->vfs_start == NULL) {
sys/kern/vfs_init.c
369
vfsops->vfs_start = vfs_stdstart;
sys/kern/vfs_init.c
371
if (vfsops->vfs_quotactl == NULL) {
sys/kern/vfs_init.c
373
vfsops->vfs_quotactl = vfs_stdquotactl;
sys/kern/vfs_init.c
375
if (vfsops->vfs_statfs == NULL) {
sys/kern/vfs_init.c
377
vfsops->vfs_statfs = vfs_stdstatfs;
sys/kern/vfs_init.c
379
if (vfsops->vfs_statvfs == NULL) {
sys/kern/vfs_init.c
381
vfsops->vfs_statvfs = vfs_stdstatvfs;
sys/kern/vfs_init.c
383
if (vfsops->vfs_sync == NULL) {
sys/kern/vfs_init.c
389
vfsops->vfs_sync = vfs_stdnosync;
sys/kern/vfs_init.c
391
if (vfsops->vfs_vget == NULL) {
sys/kern/vfs_init.c
393
vfsops->vfs_vget = vfs_stdvget;
sys/kern/vfs_init.c
395
if (vfsops->vfs_fhtovp == NULL) {
sys/kern/vfs_init.c
397
vfsops->vfs_fhtovp = vfs_stdfhtovp;
sys/kern/vfs_init.c
399
if (vfsops->vfs_checkexp == NULL) {
sys/kern/vfs_init.c
401
vfsops->vfs_checkexp = vfs_stdcheckexp;
sys/kern/vfs_init.c
403
if (vfsops->vfs_vptofh == NULL) {
sys/kern/vfs_init.c
405
vfsops->vfs_vptofh = vfs_stdvptofh;
sys/kern/vfs_init.c
407
if (vfsops->vfs_init == NULL) {
sys/kern/vfs_init.c
409
vfsops->vfs_init = vfs_stdinit;
sys/kern/vfs_init.c
411
if (vfsops->vfs_uninit == NULL) {
sys/kern/vfs_init.c
413
vfsops->vfs_uninit = vfs_stduninit;
sys/kern/vfs_init.c
415
if (vfsops->vfs_extattrctl == NULL) {
sys/kern/vfs_init.c
417
vfsops->vfs_extattrctl = vfs_stdextattrctl;
sys/kern/vfs_init.c
420
if (vfsops->vfs_ncpgen_set == NULL) {
sys/kern/vfs_init.c
422
vfsops->vfs_ncpgen_set = vfs_stdncpgen_set;
sys/kern/vfs_init.c
425
if (vfsops->vfs_ncpgen_test == NULL) {
sys/kern/vfs_init.c
427
vfsops->vfs_ncpgen_test = vfs_stdncpgen_test;
sys/kern/vfs_init.c
431
if (vfs_quota_enabled && vfsops->vfs_acinit == NULL) {
sys/kern/vfs_init.c
432
vfsops->vfs_acinit = vfs_stdac_init;
sys/kern/vfs_init.c
434
if (vfs_quota_enabled && vfsops->vfs_acdone == NULL) {
sys/kern/vfs_init.c
435
vfsops->vfs_acdone = vfs_stdac_done;
sys/kern/vfs_init.c
438
if (vfsops->vfs_modifying == NULL) {
sys/kern/vfs_init.c
439
vfsops->vfs_modifying = vfs_stdmodifying;
sys/kern/vfs_mount.c
373
mount_init(struct mount *mp, struct vfsops *ops)
sys/sys/mount.h
218
struct vfsops *mnt_op; /* operations on fs */
sys/sys/mount.h
478
struct vfsops *vfc_vfsops; /* filesystem operations vector */
sys/sys/mount.h
679
#define VFS_SET(vfsops, fsname, flags) \
sys/sys/mount.h
681
&vfsops, \
sys/sys/vnode.h
426
struct vfsops;
sys/sys/vnode.h
586
void mount_init(struct mount *mp, struct vfsops *ops);
sys/vfs/autofs/autofs_vfsops.c
309
static struct vfsops autofs_vfsops = {
sys/vfs/devfs/devfs_vfsops.c
270
static struct vfsops devfs_vfsops = {
sys/vfs/dirfs/dirfs_vfsops.c
345
static struct vfsops dirfs_vfsops = {
sys/vfs/ext2fs/ext2_vfsops.c
396
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
401
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
406
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
413
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
418
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
423
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
430
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
435
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
441
SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
sys/vfs/ext2fs/ext2_vfsops.c
470
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
488
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
501
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
508
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
517
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
531
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
542
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
551
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
559
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
563
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
569
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
577
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
584
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
601
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
608
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
615
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
623
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
631
SDT_PROBE1(ext2fs, , vfsops, ext2_compute_sb_data_error,
sys/vfs/ext2fs/ext2_vfsops.c
74
SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "char*");
sys/vfs/ext2fs/ext2_vfsops.c
75
SDT_PROBE_DEFINE2(ext2fs, , vfsops, ext2_cg_validate_error, "char*", "int");
sys/vfs/ext2fs/ext2_vfsops.c
76
SDT_PROBE_DEFINE1(ext2fs, , vfsops, ext2_compute_sb_data_error, "char*");
sys/vfs/ext2fs/ext2_vfsops.c
99
static struct vfsops ext2fs_vfsops = {
sys/vfs/fuse/fuse_vfsops.c
478
static struct vfsops fuse_vfsops = {
sys/vfs/hammer/hammer_vfsops.c
254
static struct vfsops hammer_vfsops = {
sys/vfs/hammer2/hammer2_vfsops.c
221
static struct vfsops hammer2_vfsops = {
sys/vfs/hpfs/hpfs_vfsops.c
554
static struct vfsops hpfs_vfsops = {
sys/vfs/isofs/cd9660/cd9660_vfsops.c
84
static struct vfsops cd9660_vfsops = {
sys/vfs/mfs/mfs_vfsops.c
100
static struct vfsops mfs_vfsops = {
sys/vfs/msdosfs/msdosfs_vfsops.c
895
static struct vfsops msdosfs_vfsops = {
sys/vfs/nfs/nfs_vfsops.c
127
static struct vfsops nfs_vfsops = {
sys/vfs/ntfs/ntfs_vfsops.c
800
static struct vfsops ntfs_vfsops = {
sys/vfs/nullfs/null_vfsops.c
437
static struct vfsops null_vfsops = {
sys/vfs/procfs/procfs_vfsops.c
147
static struct vfsops procfs_vfsops = {
sys/vfs/smbfs/smbfs_vfsops.c
86
static struct vfsops smbfs_vfsops = {
sys/vfs/tmpfs/tmpfs_vfsops.c
543
static struct vfsops tmpfs_vfsops = {
sys/vfs/udf/udf_vfsops.c
114
static struct vfsops udf_vfsops = {
sys/vfs/ufs/ffs_vfsops.c
71
static struct vfsops ufs_vfsops = {
usr.sbin/makefs/hammer2/hammer2_compat.h
63
#define VFS_SET(vfsops, fsname, flags) struct __hack