![]() |
|
|||
0001 #define _GNU_SOURCE 0002 #include <sys/types.h> 0003 #include <sys/stat.h> 0004 #include <fcntl.h> 0005 #include <inttypes.h> 0006 0007 int main(void) 0008 { 0009 struct { 0010 struct file_handle fh; 0011 uint64_t cgroup_id; 0012 } handle; 0013 int mount_id; 0014 0015 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0); 0016 return 0; 0017 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |