Home
last modified time | relevance | path

Searched defs:statmount (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h155 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 Dmount.h155 struct statmount { struct
156 sizestatmount global() argument
180 strstatmount global() argument
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount.h10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, statmount() function
/linux/samples/vfs/
H A Dmountinfo.c36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
/linux/fs/
H A Dnamespace.c5785 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument