Home
last modified time | relevance | path

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

/linux/fs/orangefs/
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()
/linux/drivers/char/xillybus/
A Dxillyusb.c148 unsigned open_for_read:1; member
1273 if (((filp->f_mode & FMODE_READ) && chan->open_for_read) || in xillyusb_open()
1280 chan->open_for_read = 1; in xillyusb_open()
1403 chan->open_for_read = 0; in xillyusb_open()
1727 chan->open_for_read = 0; in xillyusb_release()

Completed in 7 milliseconds