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

/u-boot/fs/yaffs2/
H A Dyaffsfs.c1108 if (yaffs_get_obj_length(obj) > pos)
1109 maxRead = yaffs_get_obj_length(obj) - pos;
1223 startPos = yaffs_get_obj_length(obj);
1401 fSize = yaffs_get_obj_length(obj);
1606 buf->st_size = yaffs_get_obj_length(obj);
H A Dyaffs_guts.h842 loff_t yaffs_get_obj_length(struct yaffs_obj *obj);
H A Dyaffs_guts.c4447 loff_t yaffs_get_obj_length(struct yaffs_obj *obj) function

Completed in 64 milliseconds