Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h18 struct statmount { struct
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 */
26 __u32 fs_type; /* [str] Filesystem type */
27 __u64 mnt_id; /* Unique ID of mount */
30 __u32 mnt_parent_id_old;
31 __u64 mnt_attr; /* MOUNT_ATTR_... */
41 __u32 opt_num; /* Number of fs options */
[all …]
H A Dmountinfo.c36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
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 */
163 __u32 fs_type; /* [str] Filesystem type */
164 __u64 mnt_id; /* Unique ID of mount */
167 __u32 mnt_parent_id_old;
168 __u64 mnt_attr; /* MOUNT_ATTR_... */
[all …]
/linux-6.15/include/uapi/linux/
H A Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
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 */
163 __u32 fs_type; /* [str] Filesystem type */
164 __u64 mnt_id; /* Unique ID of mount */
167 __u32 mnt_parent_id_old;
168 __u64 mnt_attr; /* MOUNT_ATTR_... */
[all …]
/linux-6.15/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, in statmount() function
/linux-6.15/fs/
H A Dnamespace.c6007 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument