Home
last modified time | relevance | path

Searched defs:open_for_write (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_bsg.c12 scsi_bsg_sg_io_fn(struct request_queue *q, struct sg_io_v4 *hdr, bool open_for_write, unsigned int timeout) scsi_bsg_sg_io_fn() argument
H A Dscsi_ioctl.c251 bool scsi_cmd_allowed(unsigned char *cmd, bool open_for_write) in scsi_cmd_allowed() argument
504 static int sg_scsi_ioctl(struct request_queue *q, bool open_for_write, in sg_scsi_ioctl() argument
779 static int scsi_cdrom_send_packet(struct scsi_device *sdev, bool open_for_write, in scsi_cdrom_send_packet() argument
348 scsi_fill_sghdr_rq(struct scsi_device *sdev, struct request *rq, struct sg_io_hdr *hdr, bool open_for_write) scsi_fill_sghdr_rq() argument
410 sg_io(struct scsi_device *sdev, struct sg_io_hdr *hdr, bool open_for_write) sg_io() argument
835 scsi_ioctl_sg_io(struct scsi_device *sdev, bool open_for_write, void __user *argp) scsi_ioctl_sg_io() argument
863 scsi_ioctl(struct scsi_device *sdev, bool open_for_write, int cmd, void __user *arg) scsi_ioctl() argument
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dfile.c60 int open_for_write; in wait_for_direct_io() local
/kernel/linux/linux-6.6/fs/nfs/
H A Dfscache.c220 bool open_for_write = inode_is_open_for_write(inode); in nfs_fscache_open_file() local
/kernel/linux/linux-6.6/fs/orangefs/
H A Dfile.c61 int open_for_write; in wait_for_direct_io() local
/kernel/linux/linux-6.6/block/
H A Dbsg-lib.c28 bsg_transport_sg_io_fn(struct request_queue *q, struct sg_io_v4 *hdr, bool open_for_write, unsigned int timeout) bsg_transport_sg_io_fn() argument
H A Dbsg.c57 static int bsg_sg_io(struct bsg_device *bd, bool open_for_write, in bsg_sg_io() argument
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dioctl.c16 nvme_cmd_allowed(struct nvme_ns *ns, struct nvme_command *c, unsigned int flags, bool open_for_write) nvme_cmd_allowed() argument
342 nvme_user_cmd(struct nvme_ctrl *ctrl, struct nvme_ns *ns, struct nvme_passthru_cmd __user *ucmd, unsigned int flags, bool open_for_write) nvme_user_cmd() argument
390 nvme_user_cmd64(struct nvme_ctrl *ctrl, struct nvme_ns *ns, struct nvme_passthru_cmd64 __user *ucmd, unsigned int flags, bool open_for_write) nvme_user_cmd64() argument
653 nvme_ctrl_ioctl(struct nvme_ctrl *ctrl, unsigned int cmd, void __user *argp, bool open_for_write) nvme_ctrl_ioctl() argument
684 nvme_ns_ioctl(struct nvme_ns *ns, unsigned int cmd, void __user *argp, unsigned int flags, bool open_for_write) nvme_ns_ioctl() argument
718 bool open_for_write = mode & BLK_OPEN_WRITE; nvme_ioctl() local
734 bool open_for_write = file->f_mode & FMODE_WRITE; nvme_ns_chr_ioctl() local
822 bool open_for_write = mode & BLK_OPEN_WRITE; nvme_ns_head_ioctl() local
854 bool open_for_write = file->f_mode & FMODE_WRITE; nvme_ns_head_chr_ioctl() local
920 nvme_dev_user_cmd(struct nvme_ctrl *ctrl, void __user *argp, bool open_for_write) nvme_dev_user_cmd() argument
957 bool open_for_write = file->f_mode & FMODE_WRITE; nvme_dev_ioctl() local
[all...]
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillyusb.c149 unsigned open_for_write:1; member

Completed in 10 milliseconds