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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_attribs.c102 yaffs_update_oh(obj, NULL, 1, 0, 0, NULL);
H A Dyaffs_yaffs1.c408 yaffs_update_oh(obj, NULL, 1, 0, 0, NULL);
H A Dyaffs_guts.c1417 if (yaffs_update_oh(obj, new_name, 0, del_op, shadows, NULL) >= 0)
2132 yaffs_update_oh(obj, NULL, 0, 0, 0, NULL);
2157 yaffs_update_oh(obj, NULL, 0, 0, 0, NULL);
2233 if (yaffs_update_oh(in, name, 0, 0, 0, NULL) < 0) {
3112 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod);
3251 int yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name, int force, function
3780 yaffs_update_oh(in, NULL, 0, 0, 0, NULL);
3801 return (yaffs_update_oh(in, NULL, 0, 0, 0, NULL) >= 0) ?
H A Dyaffs_guts.h960 int yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name,
H A Dyaffs_yaffs2.c909 yaffs_update_oh(obj, NULL, 0, 1, 0, NULL);

Completed in 51 milliseconds