Lines Matching full:layout
85 TC_PRINT("building layout on %s\n", mp->mnt_point); in build_layout()
111 struct testfs_bcmd *layout) in check_layout() argument
114 struct testfs_bcmd *end_layout = testfs_bcmd_end(layout); in check_layout()
116 TC_PRINT("checking layout\n"); in check_layout()
122 int rc = testfs_bcmd_verify_layout(&path, layout, end_layout); in check_layout()
124 zassert_true(rc >= 0, "layout check failed"); in check_layout()
127 "layout found foreign"); in check_layout()
129 struct testfs_bcmd *cp = layout; in check_layout()
138 "Unmatched layout entry"); in check_layout()
199 "layout check failed"); in check_rename()
280 "layout verification failed"); in check_rename()