MNT_READONLY 165 fs/namespace.c if (mnt->mnt_flags & MNT_READONLY) MNT_READONLY 386 fs/namespace.c mnt->mnt_flags |= MNT_READONLY; MNT_READONLY 396 fs/namespace.c mnt->mnt_flags &= ~MNT_READONLY; MNT_READONLY 852 fs/namespace.c seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); MNT_READONLY 1937 fs/namespace.c mnt_flags |= MNT_READONLY;