Home
last modified time | relevance | path

Searched refs:vfs_root_inode (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mc/mc-4.8.27/tests/lib/vfs/
H A Dvfs_parse_ls_lga.c43 static struct vfs_s_inode *vfs_root_inode; variable
70 vfs_root_inode = vfs_s_new_inode (vfs_test_ops1, vfs_test_super, &initstat); in setup()
71 vfs_root_entry = vfs_s_new_entry (vfs_test_ops1, "/", vfs_root_inode); in setup()
329 ent1 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
334 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent1); in START_TEST()
338 ent2 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
342 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent2); in START_TEST()
345 ent3 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
349 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent3); in START_TEST()
364 ent[ent_index] = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0);\
[all …]
/dports/misc/mc-nox11/mc-4.8.27/tests/lib/vfs/
H A Dvfs_parse_ls_lga.c43 static struct vfs_s_inode *vfs_root_inode; variable
70 vfs_root_inode = vfs_s_new_inode (vfs_test_ops1, vfs_test_super, &initstat); in setup()
71 vfs_root_entry = vfs_s_new_entry (vfs_test_ops1, "/", vfs_root_inode); in setup()
329 ent1 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
334 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent1); in START_TEST()
338 ent2 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
342 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent2); in START_TEST()
345 ent3 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); in START_TEST()
349 vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent3); in START_TEST()
364 ent[ent_index] = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0);\
[all …]