Searched refs:IMNT_MPSAFE (Results 1 – 14 of 14) sorted by relevance
1480 int mpsafe = mp->mnt_iflag & IMNT_MPSAFE; in VFS_MOUNT() 1485 * IMNT_MPSAFE, so we have to cache it on entry in order to in VFS_MOUNT() 1507 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_START() 1511 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_START() 1523 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_UNMOUNT() 1527 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_UNMOUNT() 1539 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_ROOT() 1543 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_ROOT() 1555 if ((mp->mnt_iflag & IMNT_MPSAFE) == 0) { in VFS_QUOTACTL() 1559 if ((mp->mnt_iflag & IMNT_MPSAFE) in VFS_QUOTACTL() [all...]
430 dead_rootmount->mnt_iflag |= IMNT_MPSAFE; in vfs_vnode_sysinit() 1667 if ((mp->mnt_iflag & IMNT_MPSAFE) != 0) in vcache_get() 1739 if ((mp->mnt_iflag & IMNT_MPSAFE) != 0) in vcache_new()
205 (um->um_lowervp->v_mount->mnt_iflag & IMNT_MPSAFE)) && in union_mount()206 (um->um_uppervp->v_mount->mnt_iflag & IMNT_MPSAFE)) in union_mount()207 mp->mnt_iflag |= IMNT_MPSAFE; in union_mount()
213 if ((lowerrootvp->v_mount->mnt_iflag & IMNT_MPSAFE) && in unionfs_mount()214 (upperrootvp->v_mount->mnt_flag & IMNT_MPSAFE)) in unionfs_mount()215 mp->mnt_iflag |= IMNT_MPSAFE; in unionfs_mount()
233 #define IMNT_MPSAFE 0x00000100 /* file system code MP safe */ macro
141 mp->mnt_iflag |= lowerrootvp->v_mount->mnt_iflag & IMNT_MPSAFE; in nullfs_mount()
185 mp->mnt_iflag |= IMNT_MPSAFE | IMNT_CAN_RWTORO | IMNT_SHRLOOKUP | in tmpfs_mount()
210 mp->mnt_iflag |= IMNT_MPSAFE | IMNT_SHRLOOKUP; in procfs_unmount()
333 mp->mnt_iflag |= IMNT_MPSAFE; in chfs_mountfs()
256 mp->mnt_iflags |= IMNT_MPSAFE; in puffs_vfsop_mount()
502 mp->mnt_iflag |= IMNT_MPSAFE | IMNT_SHRLOOKUP; in iso_mountfs()
1520 vfsp->mnt_iflag |= IMNT_MPSAFE | IMNT_NCLOOKUP; in zfs_domount()2081 vfsp->mnt_iflag |= IMNT_MPSAFE | IMNT_NCLOOKUP; in zfs_mount()
1883 mp->mnt_iflag |= IMNT_MPSAFE | IMNT_CAN_RWTORO; in rumpfs_mountfs()
1549 mp->mnt_iflag |= IMNT_MPSAFE | IMNT_CAN_RWTORO | IMNT_SHRLOOKUP | in ffs_mountfs()