Home
last modified time | relevance | path

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

/linux-6.14.4/samples/vfs/
Dsamples-vfs.h18 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 …]
Dmountinfo.c36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
/linux-6.14.4/include/uapi/linux/
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 */
187 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
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 */
187 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.14.4/tools/testing/selftests/filesystems/statmount/
Dstatmount.h10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function
/linux-6.14.4/fs/
Dnamespace.c5509 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument