Lines Matching defs:statmount

18 struct statmount {  struct
19 __u32 size; /* Total size, including strings */
20 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */
21 __u64 mask; /* What results were written */
22 __u32 sb_dev_major; /* Device ID */
23 __u32 sb_dev_minor;
24 __u64 sb_magic; /* ..._SUPER_MAGIC */
25 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */
26 __u32 fs_type; /* [str] Filesystem type */
27 __u64 mnt_id; /* Unique ID of mount */
28 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
29 __u32 mnt_id_old; /* Reused IDs used in proc/.../mountinfo */
30 __u32 mnt_parent_id_old;
31 __u64 mnt_attr; /* MOUNT_ATTR_... */
32 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */
33 __u64 mnt_peer_group; /* ID of shared peer group */
34 __u64 mnt_master; /* Mount receives propagation from this ID */
35 __u64 propagate_from; /* Propagation from in current namespace */
36 __u32 mnt_root; /* [str] Root of mount relative to root of fs */
37 __u32 mnt_point; /* [str] Mountpoint relative to current root */
38 __u64 mnt_ns_id; /* ID of the mount namespace */
39 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */
40 __u32 sb_source; /* [str] Source string of the mount */
41 __u32 opt_num; /* Number of fs options */
42 __u32 opt_array; /* [str] Array of nul terminated fs options */
43 __u32 opt_sec_num; /* Number of security options */
44 __u32 opt_sec_array; /* [str] Array of nul terminated security options */
45 __u64 __spare2[46];
46 char str[]; /* Variable size part containing strings */