Searched refs:vfs_unmount (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/sys/miscfs/deadfs/
H A Ddead_vfsops.c59 .vfs_unmount = (void *)dead_panic,
/netbsd-current/sys/fs/sysvbfs/
H A Dsysvbfs.c121 .vfs_unmount = sysvbfs_unmount,
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_extern.c187 .vfs_unmount = v7fs_unmount,
/netbsd-current/sys/miscfs/overlay/
H A Doverlay_vfsops.c256 .vfs_unmount = ov_unmount,
/netbsd-current/sys/miscfs/nullfs/
H A Dnull_vfsops.c225 .vfs_unmount = nullfs_unmount,
/netbsd-current/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c303 .vfs_unmount = kernfs_unmount,
/netbsd-current/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c244 .vfs_unmount = fdesc_unmount,
/netbsd-current/sys/miscfs/umapfs/
H A Dumap_vfsops.c314 .vfs_unmount = umapfs_unmount,
/netbsd-current/sys/ufs/mfs/
H A Dmfs_vfsops.c95 .vfs_unmount = ffs_unmount,
/netbsd-current/sys/fs/filecorefs/
H A Dfilecore_vfsops.c112 .vfs_unmount = filecore_unmount,
/netbsd-current/sys/fs/ptyfs/
H A Dptyfs_vfsops.c479 .vfs_unmount = ptyfs_unmount,
/netbsd-current/sys/fs/hfs/
H A Dhfs_vfsops.c155 .vfs_unmount = hfs_unmount,
/netbsd-current/sys/fs/efs/
H A Defs_vfsops.c562 .vfs_unmount = efs_unmount,
/netbsd-current/sys/fs/autofs/
H A Dautofs_vfsops.c345 .vfs_unmount = autofs_unmount,
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c463 .vfs_unmount = tmpfs_unmount,
/netbsd-current/sys/sys/
H A Dmount.h192 int (*vfs_unmount) (struct mount *, int); member in struct:vfsops
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vfsops.c513 .vfs_unmount = procfs_unmount,
/netbsd-current/sys/coda/
H A Dcoda_vfsops.c102 .vfs_unmount = coda_unmount,
/netbsd-current/sys/fs/union/
H A Dunion_vfsops.c539 .vfs_unmount = union_unmount,
/netbsd-current/sys/fs/unionfs/
H A Dunionfs_vfsops.c516 .vfs_unmount = unionfs_unmount,
/netbsd-current/sys/fs/udf/
H A Dudf_vfsops.c103 .vfs_unmount = udf_unmount,
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vfsops.c872 .vfs_unmount = puffs_vfsop_unmount,
/netbsd-current/sys/fs/nilfs/
H A Dnilfs_vfsops.c170 .vfs_unmount = nilfs_unmount,
/netbsd-current/sys/fs/adosfs/
H A Dadvfsops.c793 .vfs_unmount = adosfs_unmount,
/netbsd-current/sys/ufs/chfs/
H A Dchfs_vfsops.c805 .vfs_unmount = chfs_unmount,

Completed in 325 milliseconds

12