Searched defs:statmount (Results 1 – 2 of 2) sorted by relevance
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
10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function