Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c416 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(file, flags)) == -1) { in check_file()
4258 int alloc_fd(char *file, int oflags) in alloc_fd() function