Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_init.c321 struct vfsops *vfsops = NULL; in vfs_register() local
353 vfsops = vfc->vfc_vfsops; in vfs_register()
359 if (vfsops->vfs_root == NULL) { in vfs_register()
361 vfsops->vfs_root = vfs_stdroot; in vfs_register()
363 if (vfsops->vfs_start == NULL) { in vfs_register()
375 if (vfsops->vfs_statfs == NULL) { in vfs_register()
383 if (vfsops->vfs_sync == NULL) { in vfs_register()
391 if (vfsops->vfs_vget == NULL) { in vfs_register()
393 vfsops->vfs_vget = vfs_stdvget; in vfs_register()
407 if (vfsops->vfs_init == NULL) { in vfs_register()
[all …]
H A Dvfs_mount.c373 mount_init(struct mount *mp, struct vfsops *ops) in mount_init()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vfsops.c74 SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "char*");
99 static struct vfsops ext2fs_vfsops = {
396 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
401 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
406 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
413 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
418 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
423 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
430 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
435 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
[all …]
/dragonfly/sys/sys/
H A Dmount.h218 struct vfsops *mnt_op; /* operations on fs */
478 struct vfsops *vfc_vfsops; /* filesystem operations vector */
604 struct vfsops { struct
679 #define VFS_SET(vfsops, fsname, flags) \ argument
681 &vfsops, \
H A Dvnode.h426 struct vfsops;
585 void mount_init(struct mount *mp, struct vfsops *ops);
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vfsops.c147 static struct vfsops procfs_vfsops = {
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vfsops.c270 static struct vfsops devfs_vfsops = {
/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c309 static struct vfsops autofs_vfsops = {
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c345 static struct vfsops dirfs_vfsops = {
/dragonfly/sys/vfs/nullfs/
H A Dnull_vfsops.c437 static struct vfsops null_vfsops = {
/dragonfly/sys/vfs/mfs/
H A Dmfs_vfsops.c100 static struct vfsops mfs_vfsops = {
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vfsops.c86 static struct vfsops smbfs_vfsops = {
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c543 static struct vfsops tmpfs_vfsops = {
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c554 static struct vfsops hpfs_vfsops = {
/dragonfly/sys/vfs/fuse/
H A Dfuse_vfsops.c478 static struct vfsops fuse_vfsops = {
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h63 #define VFS_SET(vfsops, fsname, flags) struct __hack argument
/dragonfly/sys/vfs/udf/
H A Dudf_vfsops.c114 static struct vfsops udf_vfsops = {
/dragonfly/sys/vfs/ntfs/
H A Dntfs_vfsops.c800 static struct vfsops ntfs_vfsops = {
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c84 static struct vfsops cd9660_vfsops = {
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_vfsops.c895 static struct vfsops msdosfs_vfsops = {
/dragonfly/sys/vfs/hammer/
H A Dhammer_vfsops.c254 static struct vfsops hammer_vfsops = {
/dragonfly/sys/vfs/ufs/
H A Dffs_vfsops.c71 static struct vfsops ufs_vfsops = {
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c127 static struct vfsops nfs_vfsops = {
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vfsops.c221 static struct vfsops hammer2_vfsops = {