Searched refs:vsw_flag (Results 1 – 10 of 10) sorted by relevance
111 vswp->vsw_flag = def->flags & ~(VSW_STATS); in fake_installfs()124 vswp->vsw_flag |= VSW_CANREMOUNT; in fake_installfs()139 vswp->vsw_flag = 0; in fake_installfs()190 vswp->vsw_flag = 0; in fake_removefs()
326 vfssw[fstype].vsw_flag |= VSW_INSTALLED; in vfs_setfsops()386 if ((vfssw[fstype].vsw_flag & VSW_INSTALLED) == 0) { in vfs_freevfsops_by_type()391 vfssw[fstype].vsw_flag &= ~VSW_INSTALLED; in vfs_freevfsops_by_type()798 if (vswp->vsw_flag & VSW_XID) in fake_domount()
997 vswp->vsw_flag = modl->fs_vfsdef->flags & ~(VSW_STATS); in mod_installfs()1010 vswp->vsw_flag |= VSW_CANREMOUNT; in mod_installfs()1018 vswp->vsw_flag |= VSW_STATS; in mod_installfs()1031 vswp->vsw_flag = 0; in mod_installfs()1036 vsw_stats_enabled = vswp->vsw_flag & VSW_STATS; in mod_installfs()1095 vswp->vsw_flag = 0; in mod_removefs()
803 if ((vswp->vsw_flag & VSW_ZMOUNT) != 0) { in secpolicy_fs_allowed_mount()
415 vfssw[fstype].vsw_flag |= VSW_INSTALLED; in vfs_setfsops()475 if ((vfssw[fstype].vsw_flag & VSW_INSTALLED) == 0) { in vfs_freevfsops_by_type()480 vfssw[fstype].vsw_flag &= ~VSW_INSTALLED; in vfs_freevfsops_by_type()916 if (vswp->vsw_flag & VSW_STATS) { in vfs_mountroot()996 if (!(vfssw->vsw_flag & VSW_CANLOFI)) { in lofi_add()1267 if (!(vswp->vsw_flag & VSW_CANREMOUNT)) { in domount()1314 if ((vswp->vsw_flag & VSW_MOUNTDEV) && in domount()1446 (vswp->vsw_flag & VSW_CANRWRO) == 0) { in domount()1529 if ((vswp->vsw_flag & VSW_MOUNTDEV) && in domount()1586 if (!(vswp->vsw_flag & VSW_HASPROTO)) { in domount()[all …]
2750 if (vswp->vsw_flag & VSW_NOTZONESAFE) in vn_can_change_zones()
385 int vsw_flag; /* flags */ member601 #define VFS_INSTALLED(vfsswp) (((vfsswp)->vsw_flag & VSW_INSTALLED) != 0)
178 int vsw_flag; /* flags */ member
169 exi->exi_volatile_dev = (vfssw[vp->v_vfsp->vfs_fstype].vsw_flag & in pseudo_exportfs()
1423 exi->exi_volatile_dev = (vfssw[vp->v_vfsp->vfs_fstype].vsw_flag & in exportfs()