Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dmount.h58 struct statmount { struct
59 uint32_t size;
60 uint32_t __spare1;
61 uint64_t mask;
62 uint32_t sb_dev_major;
63 uint32_t sb_dev_minor;
64 uint64_t sb_magic;
65 uint32_t sb_flags;
66 uint32_t fs_type;
67 uint64_t mnt_id;
[all …]
/external/kernel-headers/original/uapi/linux/
Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
157 __u32 mnt_opts; /* [str] Mount options of the mount */
181 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/external/ltp/testcases/kernel/syscalls/statmount/
Dstatmount.h16 static inline int statmount(uint64_t mnt_id, uint64_t mask, struct statmount *buf, in statmount() function
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h83243 struct statmount { struct
83244 __u32 size;
83245 __u32 __spare1;
83246 __u64 mask;
83247 __u32 sb_dev_major;
83248 __u32 sb_dev_minor;
83249 __u64 sb_magic;
83250 __u32 sb_flags;
83251 __u32 fs_type;
83252 __u64 mnt_id;
[all …]