Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffsfs.c1016 yaffs_flush_file(obj, 1, datasync); in yaffs_Dofsync()
1055 yaffs_flush_file(obj, 1, 0); in yaffs_close()
1727 result = yaffs_flush_file(obj, 0, 0); in yaffsfs_DoUtime()
2201 result = yaffs_flush_file(obj, 0, 0); in yaffs_set_wince_times()
2224 result = yaffs_flush_file(obj, 0, 0); in yaffsfs_DoChMod()
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) in yaffs_flush_file() function