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

/u-boot/fs/yaffs2/
H A Dyaffsfs.c1017 yaffs_flush_file(obj, 1, datasync);
1056 yaffs_flush_file(obj, 1, 0);
1728 result = yaffs_flush_file(obj, 0, 0);
2202 result = yaffs_flush_file(obj, 0, 0);
2225 result = yaffs_flush_file(obj, 0, 0);
H A Dyaffs_guts.h858 int yaffs_flush_file(struct yaffs_obj *obj, int update_time, int data_sync);
H A Dyaffs_guts.c3790 int yaffs_flush_file(struct yaffs_obj *in, int update_time, int data_sync) function

Completed in 62 milliseconds