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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1974 struct yaffs_obj *the_obj = NULL; local
1986 the_obj = yaffs_alloc_empty_obj(dev);
1987 if (!the_obj) {
1993 the_obj->fake = 0;
1994 the_obj->rename_allowed = 1;
1995 the_obj->unlink_allowed = 1;
1996 the_obj->obj_id = number;
1997 yaffs_hash_obj(the_obj);
1998 the_obj->variant_type = type;
1999 yaffs_load_current_time(the_obj,
2067 struct yaffs_obj *the_obj = NULL; local
[all...]

Completed in 31 milliseconds