Exemple #1
0
 public static extern int open_by_handle_at(int mount_fd, file_handle *handle, int flags);
Exemple #2
0
 public static byte *f_handle(file_handle *fh)
 => (byte *)(fh + 1);
Exemple #3
0
 public static extern int name_to_handle_at(int dirfd, byte *pathname, file_handle *handle, int *mount_id, int flags);