Searched refs:IMNT_WANTRDWR (Results 1 – 11 of 11) sorted by relevance
228 #define IMNT_WANTRDWR 0x00000004 /* upgrade to read/write requested */ macro
308 if (fs->fs_ronly && (mp->mnt_iflag & IMNT_WANTRDWR)) in mfs_mount()
138 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in sysvbfs_mount()
278 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in hfs_mount()
157 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in v7fs_mount()
441 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in ext2fs_mount() 517 if (fs->e2fs_ronly && (mp->mnt_iflag & IMNT_WANTRDWR)) { in ext2fs_mount()
562 if (update ? (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in ffs_mount() 576 if (((mp->mnt_flag & MNT_RDONLY) && !(mp->mnt_iflag & IMNT_WANTRDWR)) || in ffs_mount() 691 if (fs->fs_ronly && (mp->mnt_iflag & IMNT_WANTRDWR)) { in ffs_mount()
345 (mp->mnt_iflag & IMNT_WANTRDWR)) { in msdosfs_mount()
707 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in lfs_mount() 770 } else if (fs->lfs_ronly && (mp->mnt_iflag & IMNT_WANTRDWR)) { in lfs_mount()
892 mp->mnt_iflag &= ~IMNT_WANTRDWR; in mount_domount()
394 mp->mnt_iflag |= IMNT_WANTRDWR; in mount_update() 426 mp->mnt_iflag &= ~(IMNT_WANTRDONLY | IMNT_WANTRDWR); in mount_update()