Searched refs:null_fs (Results 1 – 1 of 1) sorted by relevance
21 struct fs_file_system_t null_fs = {NULL}; variable169 memset(&null_fs, 0, sizeof(null_fs)); in test_mount()170 fs_register(TEST_FS_2, &null_fs); in test_mount()177 null_fs.mount = temp_fs.mount; in test_mount()213 null_fs.unmount = temp_fs.unmount; in test_unmount()217 fs_unregister(TEST_FS_2, &null_fs); in test_unmount()1061 memset(&null_fs, 0, sizeof(null_fs)); in fs_api_setup()1062 null_fs.mount = temp_fs.mount; in fs_api_setup()1063 null_fs.unmount = temp_fs.unmount; in fs_api_setup()1064 fs_register(TEST_FS_2, &null_fs); in fs_api_setup()[all …]