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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c3102 struct yaffs_xattr_mod xmod; local
3105 xmod.set = set;
3106 xmod.name = name;
3107 xmod.data = value;
3108 xmod.size = size;
3109 xmod.flags = flags;
3110 xmod.result = -ENOSPC;
3112 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod);
3115 return xmod.result;
3121 struct yaffs_xattr_mod *xmod)
3120 yaffs_apply_xattrib_mod(struct yaffs_obj *obj, char *buffer, struct yaffs_xattr_mod *xmod) argument
3251 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 33 milliseconds