Searched defs:statmount (Results 1 – 7 of 7) sorted by relevance
/linux/samples/vfs/ |
H A D | samples-vfs.h | 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 */ [all …]
|
H A D | mountinfo.c | 36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
|
/linux/include/uapi/linux/ |
H A D | mount.h | 155 struct statmount { struct 156 __u32 size; /* Total size, including strings */ 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ 158 __u64 mask; /* What results were written */ 159 __u32 sb_dev_major; /* Device ID */ 160 __u32 sb_dev_minor; 161 __u64 sb_magic; /* ..._SUPER_MAGIC */ 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 163 __u32 fs_type; /* [str] Filesystem type */ 164 __u64 mnt_id; /* Unique ID of mount */ [all …]
|
/linux/tools/include/uapi/linux/ |
H A D | mount.h | 155 struct statmount { struct 156 __u32 size; /* Total size, including strings */ 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ 158 __u64 mask; /* What results were written */ 159 __u32 sb_dev_major; /* Device ID */ 160 __u32 sb_dev_minor; 161 __u64 sb_magic; /* ..._SUPER_MAGIC */ 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 163 __u32 fs_type; /* [str] Filesystem type */ 164 __u64 mnt_id; /* Unique ID of mount */ [all …]
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | mount.h | 155 struct statmount { struct 156 __u32 size; /* Total size, including strings */ 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ 158 __u64 mask; /* What results were written */ 159 __u32 sb_dev_major; /* Device ID */ 160 __u32 sb_dev_minor; 161 __u64 sb_magic; /* ..._SUPER_MAGIC */ 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 163 __u32 fs_type; /* [str] Filesystem type */ 164 __u64 mnt_id; /* Unique ID of mount */ [all …]
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount.h | 46 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function
|
/linux/fs/ |
H A D | namespace.c | 5913 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument
|