Lines Matching defs:file
20 /* this file implements the /dev/pvfs2-req device node */
31 gossip_err("ORANGEFS Device Error: You cannot open the device file "); \
91 /* All of these file system require a remount */
100 * Determine if a given file system needs to be remounted or not
121 static int orangefs_devreq_open(struct inode *inode, struct file *file)
126 if (file->f_cred->user_ns != &init_user_ns) {
132 if (!(file->f_flags & O_NONBLOCK)) {
158 static ssize_t orangefs_devreq_read(struct file *file,
169 if (!(file->f_flags & O_NONBLOCK)) {
518 * on this file so that it can be opened by only one process at a time.
523 static int orangefs_devreq_release(struct inode *inode, struct file *file)
699 static long orangefs_devreq_ioctl(struct file *file,
726 static long orangefs_devreq_compat_ioctl(struct file *filp, unsigned int cmd,
754 static __poll_t orangefs_devreq_poll(struct file *file,
759 poll_wait(file, &orangefs_request_list_waitq, poll_table);