Searched defs:yaffs_xattr_mod (Results 1 – 1 of 1) sorted by relevance
819 struct yaffs_xattr_mod { struct820 int set; /* If 0 then this is a deletion */821 const YCHAR *name;822 const void *data;823 int size;824 int flags;825 int result;