vfsops
const struct vfsops cd9660_vfsops = {
const struct vfsops udf_vfsops = {
const struct vfsops fusefs_vfsops = {
const struct vfsops msdosfs_vfsops = {
const struct vfsops nfs_vfsops = {
const struct vfsops ntfs_vfsops = {
const struct vfsops *mnt_op; /* operations on fs */
const struct vfsops *vfc_vfsops; /* filesystem operations vector */
extern const struct vfsops ffs_vfsops;
extern const struct vfsops mfs_vfsops;
extern const struct vfsops msdosfs_vfsops;
extern const struct vfsops nfs_vfsops;
extern const struct vfsops cd9660_vfsops;
extern const struct vfsops ext2fs_vfsops;
extern const struct vfsops ntfs_vfsops;
extern const struct vfsops udf_vfsops;
extern const struct vfsops fusefs_vfsops;
extern const struct vfsops tmpfs_vfsops;
const struct vfsops tmpfs_vfsops = {
const struct vfsops ext2fs_vfsops = {
const struct vfsops ffs_vfsops = {
const struct vfsops mfs_vfsops = {