Searched refs:the_obj (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c67 yfsd_win_file_time_now(the_obj->win_atime);
68 the_obj->win_ctime[0] = the_obj->win_mtime[0] =
69 the_obj->win_atime[0];
70 the_obj->win_ctime[1] = the_obj->win_mtime[1] =
71 the_obj->win_atime[1];
H A Dyaffs_guts.c1475 struct yaffs_obj *the_obj; local
1494 * Set the_obj to a valid pointer for Coverity. */
1495 the_obj = dev->cache[0].object;
1505 the_obj = dev->cache[i].object;
1512 yaffs_flush_file_cache(the_obj);
1918 struct yaffs_obj *the_obj = NULL; local
1930 the_obj = yaffs_alloc_empty_obj(dev);
1931 if (!the_obj) {
1937 the_obj->fake = 0;
1938 the_obj
2011 struct yaffs_obj *the_obj = NULL; local
[all...]

Completed in 53 milliseconds