Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dfile.c60 bool open_for_read; in wait_for_direct_io() local
120 open_for_read = file->f_mode & FMODE_READ; in wait_for_direct_io()
123 open_for_read = 0; /* not relevant? */ in wait_for_direct_io()
127 if ((type == ORANGEFS_IO_READ) && open_for_read) in wait_for_direct_io()