Searched defs:statmount (Results 1 – 2 of 2) sorted by relevance
18 struct statmount { struct21 __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 …]
36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function
Completed in 12 milliseconds