Searched refs:cmd (Results 1 – 8 of 8) sorted by relevance
| /block/ |
| A D | ioctl.c | 308 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl() argument 313 return disk->fops->ioctl(bdev, mode, cmd, in blkdev_compat_ptr_ioctl() 570 switch (cmd) { in blkdev_common_ioctl() 572 return blkdev_flushbuf(bdev, cmd, arg); in blkdev_common_ioctl() 574 return blkdev_roset(bdev, cmd, arg); in blkdev_common_ioctl() 630 return blk_trace_ioctl(bdev, cmd, argp); in blkdev_common_ioctl() 665 switch (cmd) { in blkdev_ioctl() 725 switch (cmd) { in compat_blkdev_ioctl() 777 io_uring_cmd_issue_blocking(cmd); in blk_cmd_complete() 845 prev->bi_private = cmd; in blkdev_cmd_discard() [all …]
|
| A D | sed-opal.c | 98 u8 *cmd; member 717 cmd->cmd[cmd->pos++] = tok; in add_token_u8() 744 cmd->cmd[cmd->pos++] = header0; in add_medium_atom_header() 745 cmd->cmd[cmd->pos++] = len; in add_medium_atom_header() 790 return &cmd->cmd[cmd->pos]; in add_bytestring_header() 802 cmd->pos += len; in add_token_bytestring() 839 struct opal_header *hdr = (struct opal_header *)cmd->cmd; in set_comid() 871 hdr = (struct opal_header *) cmd->cmd; in cmd_finalize() 882 cmd->cmd[cmd->pos++] = 0; in cmd_finalize() 2524 if (!dev->cmd) in init_opal_dev() [all …]
|
| A D | blk-integrity.c | 58 int blk_get_meta_cap(struct block_device *bdev, unsigned int cmd, in blk_get_meta_cap() argument 63 size_t usize = _IOC_SIZE(cmd); in blk_get_meta_cap() 65 if (_IOC_DIR(cmd) != _IOC_DIR(FS_IOC_GETLBMD_CAP) || in blk_get_meta_cap() 66 _IOC_TYPE(cmd) != _IOC_TYPE(FS_IOC_GETLBMD_CAP) || in blk_get_meta_cap() 67 _IOC_NR(cmd) != _IOC_NR(FS_IOC_GETLBMD_CAP) || in blk_get_meta_cap() 68 _IOC_SIZE(cmd) < LBMD_SIZE_VER0) in blk_get_meta_cap()
|
| A D | blk.h | 508 int blkdev_report_zones_ioctl(struct block_device *bdev, unsigned int cmd, 511 unsigned int cmd, unsigned long arg); 545 unsigned int cmd, unsigned long arg) in blkdev_report_zones_ioctl() argument 550 blk_mode_t mode, unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl() argument 609 long blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg); 610 int blkdev_uring_cmd(struct io_uring_cmd *cmd, unsigned int issue_flags); 611 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg);
|
| A D | blk-crypto-internal.h | 86 int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd, 136 static inline int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd, in blk_crypto_ioctl() argument
|
| A D | bsg.c | 104 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl() argument 112 switch (cmd) { in bsg_ioctl()
|
| A D | blk-crypto.c | 595 int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd, in blk_crypto_ioctl() argument 604 switch (cmd) { in blk_crypto_ioctl()
|
| A D | blk-zoned.c | 272 int blkdev_report_zones_ioctl(struct block_device *bdev, unsigned int cmd, in blkdev_report_zones_ioctl() argument 326 unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl() argument 345 switch (cmd) { in blkdev_zone_mgmt_ioctl() 372 if (cmd == BLKRESETZONE) { in blkdev_zone_mgmt_ioctl()
|
Completed in 28 milliseconds