Home
last modified time | relevance | path

Searched defs:open_for_write (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nvme/host/
H A Dioctl.c18 unsigned int flags, bool open_for_write) in nvme_cmd_allowed()
283 bool open_for_write) in nvme_user_cmd()
331 bool open_for_write) in nvme_user_cmd64()
551 void __user *argp, bool open_for_write) in nvme_ctrl_ioctl()
582 void __user *argp, unsigned int flags, bool open_for_write) in nvme_ns_ioctl()
615 bool open_for_write = mode & BLK_OPEN_WRITE; in nvme_ioctl() local
631 bool open_for_write = file->f_mode & FMODE_WRITE; in nvme_ns_chr_ioctl() local
695 bool open_for_write) in nvme_ns_head_ctrl_ioctl()
713 bool open_for_write = mode & BLK_OPEN_WRITE; in nvme_ns_head_ioctl() local
745 bool open_for_write = file->f_mode & FMODE_WRITE; in nvme_ns_head_chr_ioctl() local
[all …]
/linux/drivers/scsi/
H A Dscsi_bsg.c13 bool open_for_write, unsigned int timeout) in scsi_bsg_sg_io_fn()
/linux/fs/nfs/
H A Dfscache.c220 bool open_for_write = inode_is_open_for_write(inode); in nfs_fscache_open_file() local
/linux/block/
H A Dbsg.c57 static int bsg_sg_io(struct bsg_device *bd, bool open_for_write, in bsg_sg_io()
H A Dbsg-lib.c29 bool open_for_write, unsigned int timeout) in bsg_transport_sg_io_fn()
/linux/fs/orangefs/
H A Dfile.c61 bool open_for_write; in wait_for_direct_io() local
/linux/drivers/char/xillybus/
H A Dxillyusb.c150 unsigned open_for_write:1; member