Home
last modified time | relevance | path

Searched refs:MNT_READONLY (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/di/di-4.50/C/
H A Ddimntopt.h48 #if defined (MNT_READONLY)
49 # define MNT_RDONLY MNT_READONLY
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmount.h32 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
50 | MNT_READONLY | MNT_NOSYMFOLLOW)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmount.h32 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
50 | MNT_READONLY | MNT_NOSYMFOLLOW)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmount.h32 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
50 | MNT_READONLY | MNT_NOSYMFOLLOW)
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/fsys/
H A Dfsys_mntctl.c145 if ( aixcurr->vmt_flags & MNT_READONLY ) in netsnmp_fsys_arch_load()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dnamespace.c517 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
533 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
1994 if (flags & MNT_READONLY) in lock_mnt_tree()
2505 !(mnt_flags & MNT_READONLY)) in can_change_locked_flags()
2537 mnt->mnt.mnt_flags &= ~MNT_READONLY; in change_mount_ro_state()
3203 mnt_flags |= MNT_READONLY; in path_mount()
3481 mnt_flags |= MNT_READONLY; in attr_flags_to_mnt_flags()
3899 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_prepare()
3900 !(m->mnt.mnt_flags & MNT_READONLY)) { in mount_setattr_prepare()
3943 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_commit()
[all …]
H A Dproc_namespace.c159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
H A Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dnamespace.c517 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
533 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
1994 if (flags & MNT_READONLY) in lock_mnt_tree()
2505 !(mnt_flags & MNT_READONLY)) in can_change_locked_flags()
2537 mnt->mnt.mnt_flags &= ~MNT_READONLY; in change_mount_ro_state()
3203 mnt_flags |= MNT_READONLY; in path_mount()
3481 mnt_flags |= MNT_READONLY; in attr_flags_to_mnt_flags()
3899 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_prepare()
3900 !(m->mnt.mnt_flags & MNT_READONLY)) { in mount_setattr_prepare()
3943 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_commit()
[all …]
H A Dproc_namespace.c159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
H A Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dnamespace.c517 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
533 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
1994 if (flags & MNT_READONLY) in lock_mnt_tree()
2505 !(mnt_flags & MNT_READONLY)) in can_change_locked_flags()
2537 mnt->mnt.mnt_flags &= ~MNT_READONLY; in change_mount_ro_state()
3203 mnt_flags |= MNT_READONLY; in path_mount()
3481 mnt_flags |= MNT_READONLY; in attr_flags_to_mnt_flags()
3899 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_prepare()
3900 !(m->mnt.mnt_flags & MNT_READONLY)) { in mount_setattr_prepare()
3943 if ((kattr->attr_set & MNT_READONLY) && in mount_setattr_commit()
[all …]
H A Dproc_namespace.c159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
H A Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/dports/misc/amanda-server/amanda-3.3.9/client-src/
H A Dgetfsent.c343 #define MNT_READONLY 0101 macro
390 if ( mnt.mt_ro_flg == MNT_READONLY ) { in get_fstab_nextentry()
/dports/misc/amanda-client/amanda-3.3.9/client-src/
H A Dgetfsent.c343 #define MNT_READONLY 0101 macro
390 if ( mnt.mt_ro_flg == MNT_READONLY ) { in get_fstab_nextentry()
/dports/net/rdist6/rdist-6.1.5/src/
H A Dfilesys-os.c146 if (mnt->vmt_flags & MNT_READONLY)
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/
H A Dhr_filesys.c575 long_return = (HRFS_entry->HRFS_flags & MNT_READONLY) == 0 ? 1 : 2; in var_hrfilesys()
/dports/sysutils/xfsm/xfsm-1.99/
H A Dxfsm_util.c543 if (mnt_info -> vmt_flags & MNT_READONLY) in get_fs()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgunixmounts.c809 is_read_only = (vmount_info->vmt_flags & MNT_READONLY) ? 1 : 0; in _g_get_unix_mounts()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/overlayfs/
H A Dsuper.c1743 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/overlayfs/
H A Dsuper.c1743 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/overlayfs/
H A Dsuper.c1743 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()