Searched defs:statmount (Results 1 – 4 of 4) sorted by relevance
58 struct statmount { struct59 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 …]
155 struct statmount { struct156 __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
16 static inline int statmount(uint64_t mnt_id, uint64_t mask, struct statmount *buf, in statmount() function
83243 struct statmount { struct83244 __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 …]