Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c417 struct fd_cache *alloc_fdcache(char *file, int oflags);
1472 fdc = alloc_fdcache(file, oflags); in do_read()
1702 fdc = alloc_fdcache(file, oflags); in do_write()
2906 fdc = alloc_fdcache(req->r_data.io.r_file, req->r_data.io.r_oflags); in sy_mmrw()
2958 fdc = alloc_fdcache(req->r_data.io.r_file, req->r_data.io.r_oflags); in fmt_mmrw()
3144 fdc = alloc_fdcache(file, oflags); in do_rw()
3774 fdc = alloc_fdcache(file, flags); in check_file()
4261 struct fd_cache *alloc_fdcache(char *file, int oflags); in alloc_fd()
4263 fdc = alloc_fdcache(file, oflags); in alloc_fd()
4270 struct fd_cache *alloc_fdcache(char *file, int oflags) in alloc_fdcache() function