Searched refs:mount_fd (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/src/linux/ |
H A D | open_by_handle_at.c | 5 int open_by_handle_at(int mount_fd, struct file_handle *handle, int flags) in open_by_handle_at() argument 7 return syscall(SYS_open_by_handle_at, mount_fd, handle, flags); in open_by_handle_at()
|
/third_party/ltp/include/lapi/ |
H A D | name_to_handle_at.h | 26 static inline int open_by_handle_at(int mount_fd, struct file_handle *handle, in open_by_handle_at() argument 29 return tst_syscall(__NR_open_by_handle_at, mount_fd, handle, flags); in open_by_handle_at()
|
Completed in 1 milliseconds