Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dfile.c59 int open_for_read; in wait_for_direct_io() local
119 open_for_read = file->f_mode & FMODE_READ; in wait_for_direct_io()
122 open_for_read = 0; /* not relevant? */ in wait_for_direct_io()
126 if ((type == ORANGEFS_IO_READ) && open_for_read) in wait_for_direct_io()
/OK3568_Linux_fs/u-boot/tools/
H A Difdtool.c601 int open_for_read(const char *fname, int *sizep) in open_for_read() function
651 region_fd = open_for_read(region_fname, &region_size); in inject_region()
714 write_fd = open_for_read(write_fname, &write_size); in write_data()