Searched refs:the_obj (Results 1 – 2 of 2) sorted by relevance
67 yfsd_win_file_time_now(the_obj->win_atime); in yaffs_load_current_time()68 the_obj->win_ctime[0] = the_obj->win_mtime[0] = in yaffs_load_current_time()69 the_obj->win_atime[0]; in yaffs_load_current_time()70 the_obj->win_ctime[1] = the_obj->win_mtime[1] = in yaffs_load_current_time()71 the_obj->win_atime[1]; in yaffs_load_current_time()
1474 struct yaffs_obj *the_obj; in yaffs_grab_chunk_cache() local1494 the_obj = dev->cache[0].object; in yaffs_grab_chunk_cache()1504 the_obj = dev->cache[i].object; in yaffs_grab_chunk_cache()1511 yaffs_flush_file_cache(the_obj); in yaffs_grab_chunk_cache()1917 struct yaffs_obj *the_obj = NULL; in yaffs_new_obj() local1929 the_obj = yaffs_alloc_empty_obj(dev); in yaffs_new_obj()1930 if (!the_obj) { in yaffs_new_obj()1936 the_obj->fake = 0; in yaffs_new_obj()1937 the_obj->rename_allowed = 1; in yaffs_new_obj()1938 the_obj->unlink_allowed = 1; in yaffs_new_obj()[all …]