Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dmount.h337 const struct vfsops *mnt_op; /* operations on fs */
461 const struct vfsops *vfc_vfsops; /* filesystem operations vector */
510 struct vfsops { struct
553 extern const struct vfsops ffs_vfsops; argument
554 extern const struct vfsops mfs_vfsops;
555 extern const struct vfsops msdosfs_vfsops;
556 extern const struct vfsops nfs_vfsops;
557 extern const struct vfsops cd9660_vfsops;
558 extern const struct vfsops ext2fs_vfsops;
559 extern const struct vfsops ntfs_vfsops;
[all …]
/openbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c61 const struct vfsops mfs_vfsops = {
/openbsd/src/sys/tmpfs/
Dtmpfs_vfsops.c365 const struct vfsops tmpfs_vfsops = {
/openbsd/src/sys/miscfs/fuse/
Dfuse_vfsops.c53 const struct vfsops fusefs_vfsops = {
/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c765 const struct vfsops msdosfs_vfsops = {
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c784 const struct vfsops ntfs_vfsops = {
/openbsd/src/sys/isofs/udf/
Dudf_vfsops.c84 const struct vfsops udf_vfsops = {
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c63 const struct vfsops cd9660_vfsops = {
/openbsd/src/sys/nfs/
Dnfs_vfsops.c92 const struct vfsops nfs_vfsops = {
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c70 const struct vfsops ext2fs_vfsops = {
/openbsd/src/sys/ufs/ffs/
Dffs_vfsops.c75 const struct vfsops ffs_vfsops = {