Lines Matching refs:mtd
1698 * mtd.c (decode_mtd_oob_buf): Likewise.
1779 * mtd.c (mtd_ioctl): Likewise.
2171 mtd: change type of ioctl 3rd argument from long to kernel_ureg_t.
2172 * mtd.c (decode_erase_info_user, decode_erase_info_user64,
2606 mtd: cast pointers to kernel_ureg_t instead of unsigned long.
2607 * mtd.c (decode_mtd_oob_buf): Cast mtd_oob_buf.ptr pointer
9032 * mtd.c (decode_mtd_oob_buf): Likewise.
9335 Mpersify mtd.c.
9337 * mtd.c: Mpersify struct mtd_oob_buf and ioctl numbers.
9340 mtd.c: refactor.
9341 * mtd.c (mtd_ioctl): Move parsers of structures to separate functions.
9344 * mtd.c (ubi_ioctl): Move to ...
10117 * mtd.c (mtd_ioctl): Print 3rd argument of MTDFILEMODE ioctl
10153 * mtd.c (ubi_ioctl): Explicitly cast struct ubi_mkvol_req.vol_type
17533 * mtd.c (ubi_ioctl): Check that UBI_IOCVOLCRBLK and UBI_IOCVOLRMBLK
18375 * mtd.c (mtd_ioctl): Likewise.
18872 mtd.c: enhance mtd and ubi ioctl parsers.
18876 * mtd.c: Include <linux/ioctl.h> instead of <sys/ioctl.h>.
21399 * mtd.c (ubi_ioctl): Likewise.
21710 * mtd.c (mtd_ioctl, ubi_ioctl): Likewise.
23413 * linux/ioctlent.sh: Add drm, mtd, rdma, video, and xen directories.
23617 * mtd.c (mtd_ioctl): Change 'i' and 'j' types to unsigned.
26526 mtd: clamp ubi name strings.
26531 * mtd.c (ubi_ioctl): Clamp length to string_quote to 0/UBI_MAX_VOLUME_NAME.
26563 Decode mtd/ubi ioctls.
26573 * mtd.c: Include ubi user API header.
26581 test: add mtd/ubi test helpers.
26582 I used these to develop the mtd/ubi ioctl decoders.
26584 * test/.gitignore: Add mtd/ubi.
26589 * test/mtd.c: New file.
28295 * mtd.c (mtd_ioctl): Likewise.
28670 Decode mtd ioctls.
28671 I got tired of figuring out mtd structures (which show up a lot
28678 * Makefile.am (strace_SOURCES): Add mtd.c.
28679 (EXTRA_DIST): Add linux/mtd-abi.h.
28680 * mtd.c: New file.
28681 * linux/mtd-abi.h: New file.