Home
last modified time | relevance | path

Searched refs:mount_fd (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/linux/
H A Dopen_by_handle_at.c5 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 Dname_to_handle_at.h26 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