Searched defs:cmd (Results 1 – 5 of 5) sorted by relevance
/block/ |
D | ioctl.c | 232 unsigned cmd, unsigned long arg) in __blkdev_driver_ioctl() 255 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl() 379 unsigned cmd, unsigned long arg) in blkdev_flushbuf() 396 unsigned cmd, unsigned long arg) in blkdev_roset() 507 unsigned cmd, unsigned long arg, void __user *argp) in blkdev_common_ioctl() 589 int blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd, in blkdev_ioctl() 647 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl()
|
D | scsi_ioctl.c | 200 int blk_verify_command(unsigned char *cmd, fmode_t mode) in blk_verify_command() 523 int cmd, int data) in __blk_send_generic() 638 unsigned char cmd[CDROM_PACKET_SIZE]; member 768 unsigned int cmd, void __user *arg) in scsi_cmd_ioctl() 846 int scsi_verify_blk_ioctl(struct block_device *bd, unsigned int cmd) in scsi_verify_blk_ioctl() 859 unsigned int cmd, void __user *arg) in scsi_cmd_blk_ioctl()
|
D | sed-opal.c | 91 u8 *cmd; member 532 static size_t remaining_size(struct opal_dev *cmd) in remaining_size() 537 static bool can_add(int *err, struct opal_dev *cmd, size_t len) in can_add() 551 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8() 559 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() 573 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() 587 static void add_token_u64(int *err, struct opal_dev *cmd, u64 number) in add_token_u64() 609 static u8 *add_bytestring_header(int *err, struct opal_dev *cmd, size_t len) in add_bytestring_header() 632 static void add_token_bytestring(int *err, struct opal_dev *cmd, in add_token_bytestring() 676 static void set_comid(struct opal_dev *cmd, u16 comid) in set_comid() [all …]
|
D | blk-zoned.c | 281 unsigned int cmd, unsigned long arg) in blkdev_report_zones_ioctl() 339 unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl()
|
D | bsg.c | 357 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl()
|