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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3045 struct yaffs_xattr_mod xmod; local
3048 xmod.set = set;
3049 xmod.name = name;
3050 xmod.data = value;
3051 xmod.size = size;
3052 xmod.flags = flags;
3053 xmod.result = -ENOSPC;
3055 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod);
3058 return xmod.result;
3064 struct yaffs_xattr_mod *xmod)
3063 yaffs_apply_xattrib_mod(struct yaffs_obj *obj, char *buffer, struct yaffs_xattr_mod *xmod) argument
3259 yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name, int force, int is_shrink, int shadows, struct yaffs_xattr_mod *xmod) argument
[all...]

Completed in 100 milliseconds