Lines Matching refs:check_file
260 fn check_file<'a>(it: &'a InodeTable, parent: Inode, name: &str) -> &'a InodeData { in check_file() function
286 let inode_data = check_file(&it, ROOT, "foo"); in one_file()
311 let d = check_file(&it, c, "d"); in one_file_in_subdirs()
355 let _c1 = check_file(&it, b2, "c1"); in complex_hierarchy()
358 let _d1 = check_file(&it, c2, "d1"); in complex_hierarchy()
359 let _d2 = check_file(&it, c2, "d3"); in complex_hierarchy()
360 let _d3 = check_file(&it, c2, "d3"); in complex_hierarchy()
363 let _y1 = check_file(&it, x, "y1"); in complex_hierarchy()
364 let _y2 = check_file(&it, x, "y2"); in complex_hierarchy()
367 let _foo = check_file(&it, ROOT, "foo"); in complex_hierarchy()
368 let _bar = check_file(&it, ROOT, "bar"); in complex_hierarchy()
387 let f = check_file(&it, ROOT, "empty"); in file_size()
390 let f = check_file(&it, ROOT, "10bytes"); in file_size()
393 let f = check_file(&it, ROOT, "1234bytes"); in file_size()
396 let f = check_file(&it, ROOT, "2^20bytes"); in file_size()