1 #define _GNU_SOURCE 1 2 #include <sys/types.h> 3 #include <sys/stat.h> 4 #include <fcntl.h> 5 #include <inttypes.h> 6 7 int main(void) 8 { 9 struct { 10 struct file_handle fh; 11 uint64_t cgroup_id; 12 } handle; 13 int mount_id; 14 15 name_to_handle_at(AT_FDCWD, "/", &hand 16 return 0; 17 } 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.