Searched refs:has_write_perm (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dbsg.c178 fmode_t has_write_perm)
191 if (blk_verify_command(rq->cmd, has_write_perm))
246 bsg_map_hdr(struct bsg_device *bd, struct sg_io_v4 *hdr, fmode_t has_write_perm, argument
269 ret = blk_fill_sgv4_hdr_rq(q, rq, hdr, bd, has_write_perm);
610 fmode_t has_write_perm)
641 rq = bsg_map_hdr(bd, &bc->hdr, has_write_perm, bc->sense);
176 blk_fill_sgv4_hdr_rq(struct request_queue *q, struct request *rq, struct sg_io_v4 *hdr, struct bsg_device *bd, fmode_t has_write_perm) argument
608 __bsg_write(struct bsg_device *bd, const char __user *buf, size_t count, ssize_t *bytes_written, fmode_t has_write_perm) argument
H A Dscsi_ioctl.c198 int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm) argument
215 if (test_bit(cmd[0], filter->write_ok) && has_write_perm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dbsg.c178 fmode_t has_write_perm)
191 if (blk_verify_command(rq->cmd, has_write_perm))
246 bsg_map_hdr(struct bsg_device *bd, struct sg_io_v4 *hdr, fmode_t has_write_perm, argument
269 ret = blk_fill_sgv4_hdr_rq(q, rq, hdr, bd, has_write_perm);
610 fmode_t has_write_perm)
641 rq = bsg_map_hdr(bd, &bc->hdr, has_write_perm, bc->sense);
176 blk_fill_sgv4_hdr_rq(struct request_queue *q, struct request *rq, struct sg_io_v4 *hdr, struct bsg_device *bd, fmode_t has_write_perm) argument
608 __bsg_write(struct bsg_device *bd, const char __user *buf, size_t count, ssize_t *bytes_written, fmode_t has_write_perm) argument
H A Dscsi_ioctl.c198 int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm) argument
215 if (test_bit(cmd[0], filter->write_ok) && has_write_perm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dblkdev.h948 extern int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dblkdev.h948 extern int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm);

Completed in 182 milliseconds