Searched defs:statmount (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | mount.h | 156 struct statmount { argument 155 struct statmount { global() struct 157 mnt_optsstatmount global() argument 158 maskstatmount global() argument 159 sb_dev_majorstatmount global() argument 160 sb_dev_minorstatmount global() argument 161 sb_magicstatmount global() argument 162 sb_flagsstatmount global() argument 163 fs_typestatmount global() argument 164 mnt_idstatmount global() argument 165 mnt_parent_idstatmount global() argument 166 mnt_id_oldstatmount global() argument 167 mnt_parent_id_oldstatmount global() argument 168 mnt_attrstatmount global() argument 192 strstatmount global() argument
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 156 struct statmount { struct 157 __u32 size; /* Total size, including strings */ 158 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ 159 __u64 mask; /* What results were written */ 160 __u32 sb_dev_major; /* Device ID */ 161 __u32 sb_dev_minor; 162 __u64 sb_magic; /* ..._SUPER_MAGIC */ 163 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 164 __u32 fs_type; /* [str] Filesystem type */ 165 __u64 mnt_id; /* Unique ID of mount */ [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 155 struct statmount { struct 156 sizestatmount global() argument 180 strstatmount global() argument
|
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount.h | 10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, statmount() function
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
|
| /linux/fs/ |
| H A D | namespace.c | 5920 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument
|