Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 5 of 5) sorted by relevance

/block/
Dioctl.c248 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl()
366 static int blkdev_flushbuf(struct block_device *bdev, unsigned cmd, in blkdev_flushbuf()
383 static int blkdev_roset(struct block_device *bdev, unsigned cmd, in blkdev_roset()
497 unsigned int cmd, unsigned long arg, in blkdev_common_ioctl()
585 long blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in blkdev_ioctl()
644 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl()
Dsed-opal.c97 u8 *cmd; member
692 static size_t remaining_size(struct opal_dev *cmd) in remaining_size()
697 static bool can_add(int *err, struct opal_dev *cmd, size_t len) in can_add()
711 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
719 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header()
733 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header()
747 static void add_token_u64(int *err, struct opal_dev *cmd, u64 number) in add_token_u64()
769 static u8 *add_bytestring_header(int *err, struct opal_dev *cmd, size_t len) in add_bytestring_header()
792 static void add_token_bytestring(int *err, struct opal_dev *cmd, in add_token_bytestring()
836 static void set_comid(struct opal_dev *cmd, u16 comid) in set_comid()
[all …]
Dblk-zoned.c331 int blkdev_report_zones_ioctl(struct block_device *bdev, unsigned int cmd, in blkdev_report_zones_ioctl()
385 unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl()
Dblk.h435 unsigned int cmd, unsigned long arg) in blkdev_report_zones_ioctl()
440 blk_mode_t mode, unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl()
Dbsg.c104 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl()