Lines Matching defs:dev
14 const char *dev;
45 int tst_clear_device(const char *dev);
57 * @dev_path Path to the loop device e.g. /dev/loop0
71 * @dev_path Path to the loop device e.g. /dev/loop0
80 * @dev_path Path to the loop device e.g. /dev/loop0
100 * @dev: test block device
102 unsigned long tst_dev_bytes_written(const char *dev);
110 * Find the file or path belongs to which block dev
111 * @path Path to find the backing dev
112 * @dev The buffer to store the block dev in
113 * @dev_size The length of the block dev buffer
115 void tst_find_backing_dev(const char *path, char *dev, size_t dev_size);