Lines Matching refs:mp
22 static int create_write_hello(const struct fs_mount_t *mp) in create_write_hello() argument
31 testfs_path_init(&path, mp, in create_write_hello()
63 if (mp->type == FS_LITTLEFS) { in create_write_hello()
87 static int verify_hello(const struct fs_mount_t *mp) in verify_hello() argument
96 testfs_path_init(&path, mp, in verify_hello()
119 static int seek_within_hello(const struct fs_mount_t *mp) in seek_within_hello() argument
128 testfs_path_init(&path, mp, in seek_within_hello()
187 static int truncate_hello(const struct fs_mount_t *mp) in truncate_hello() argument
196 testfs_path_init(&path, mp, in truncate_hello()
228 if (mp->type == FS_LITTLEFS) { in truncate_hello()
253 static int unlink_hello(const struct fs_mount_t *mp) in unlink_hello() argument
259 testfs_path_init(&path, mp, in unlink_hello()
278 static int sync_goodbye(const struct fs_mount_t *mp) in sync_goodbye() argument
287 testfs_path_init(&path, mp, in sync_goodbye()
309 if (true && mp->type == FS_LITTLEFS) { in sync_goodbye()
342 static int verify_goodbye(const struct fs_mount_t *mp) in verify_goodbye() argument
351 testfs_path_init(&path, mp, in verify_goodbye()