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

/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c120 yaffs_resize_file(obj, attr->ia_size);
H A Dyaffs_guts.h852 int yaffs_resize_file(struct yaffs_obj *obj, loff_t new_size);
H A Dyaffsfs.c983 yaffs_resize_file(obj, 0);
1343 result = yaffs_resize_file(obj, new_size);
1371 result = yaffs_resize_file(obj, new_size);
H A Dyaffs_guts.c3752 int yaffs_resize_file(struct yaffs_obj *in, loff_t new_size) function
3831 yaffs_resize_file(in, 0);
3848 yaffs_resize_file(in, 0);

Completed in 108 milliseconds