Lines Matching full:path
26 * @path: Path to umount
28 int tst_umount(const char *path);
32 * @path: Mount path to verify
34 int tst_is_mounted(const char *path);
35 int tst_is_mounted_at_tmpdir(const char *path);
49 * free loopdev). If path is non-NULL, it will be filled with free loopdev path.
52 int tst_find_free_loopdev(char *path, size_t path_len);
57 * @dev_path Path to the loop device e.g. /dev/loop0
58 * @file_path Path to a file e.g. disk.img
71 * @dev_path Path to the loop device e.g. /dev/loop0
80 * @dev_path Path to the loop device e.g. /dev/loop0
107 void tst_purge_dir(const char *path);
110 * Find the file or path belongs to which block dev
111 * @path Path to find the backing dev
115 void tst_find_backing_dev(const char *path, char *dev, size_t dev_size);
118 * Stat the device mounted on a given path.
123 * Returns the size of a physical device block size for the specific path
124 * @path Path to find the block size
127 int tst_dev_block_size(const char *path);