Lines Matching refs: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);
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);