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

/linux-master/fs/orangefs/
H A Dfile.c60 int open_for_read; local
120 open_for_read = file->f_mode & FMODE_READ;
123 open_for_read = 0; /* not relevant? */
127 if ((type == ORANGEFS_IO_READ) && open_for_read)
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c148 unsigned open_for_read:1; member in struct:xillyusb_channel
1289 if (((filp->f_mode & FMODE_READ) && chan->open_for_read) ||
1294 chan->open_for_read = 1;
1417 chan->open_for_read = 0;
1742 chan->open_for_read = 0;

Completed in 218 milliseconds