File: mounttab.h

package info (click to toggle)
audit 1%3A3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,320 kB
  • sloc: ansic: 52,040; sh: 4,869; python: 2,468; makefile: 1,419; sed: 32
file content (55 lines) | stat: -rw-r--r-- 1,843 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* mounttab.h --
 * Copyright 2012-13,2018,2020 Red Hat Inc.
 * All Rights Reserved.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Authors:
 *      Steve Grubb <sgrubb@redhat.com>
 * Location: include/uapi/linux/mount.h
 * NOTE: When updating this table, update interpret.c:print_mount()
 */

_S(MS_RDONLY, "MS_RDONLY")
_S(MS_NOSUID, "MS_NOSUID")
_S(MS_NODEV, "MS_NODEV" )
_S(MS_NOEXEC, "MS_NOEXEC")
_S(MS_SYNCHRONOUS, "MS_SYNCHRONOUS")
_S(MS_REMOUNT, "MS_REMOUNT")
_S(MS_MANDLOCK, "MS_MANDLOCK")
_S(MS_DIRSYNC, "MS_DIRSYNC")
_S(MS_NOATIME, "MS_NOATIME")
_S(MS_NODIRATIME, "MS_NODIRATIME")
_S(MS_BIND, "MS_BIND")
_S(MS_MOVE, "MS_MOVE")
_S(MS_REC, "MS_REC")
_S(MS_SILENT, "MS_SILENT")
_S(MS_POSIXACL, "MS_POSIXACL")
_S(MS_UNBINDABLE, "MS_UNBINDABLE")
_S(MS_PRIVATE, "MS_PRIVATE")
_S(MS_SLAVE, "MS_SLAVE")
_S(MS_SHARED, "MS_SHARED")
_S(MS_RELATIME, "MS_RELATIME")
_S(MS_KERNMOUNT, "MS_KERNMOUNT")
_S(MS_I_VERSION, "MS_I_VERSION")
_S((1<<24), "MS_STRICTATIME")
_S((1<<25), "MS_LAZYTIME")
_S((1<<26), "MS_SUBMOUNT")
_S((1<<27), "MS_SNAP_STABLE")
_S((1<<28), "MS_NOSEC")
_S((1<<29), "MS_BORN")
_S(MS_ACTIVE, "MS_ACTIVE")
_S(MS_NOUSER, "MS_NOUSER")