Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c120 * alloc_fd().
416 int alloc_fd(char *file, int oflags);
980 alloc_fd(NULL, 0); in doio()
1435 if ((fd = alloc_fd(file, oflags)) == -1) in do_read()
1640 if ((fd = alloc_fd(file, oflags)) == -1) in do_write()
2148 if ((fd = alloc_fd(lio->r_file, lio->r_oflags)) == -1) { in do_listio()
3115 if ((fd = alloc_fd(file, oflags)) == -1) in do_rw()
3524 if ((fd = alloc_fd(file, oflags)) == -1) in do_fcntl()
3618 if ((fd = alloc_fd(file, oflags)) == -1) in do_sync()
3759 if ((fd = alloc_fd(fil in check_file()
4258 int alloc_fd(char *file, int oflags) alloc_fd() function
[all...]
/third_party/NuttX/fs/inode/
H A Dfs_files.c583 int alloc_fd(int minfd) in alloc_fd() function

Completed in 6 milliseconds