Searched refs:yaffs_do_xattrib_mod (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_guts.c | 3040 static int yaffs_do_xattrib_mod(struct yaffs_obj *obj, int set, in yaffs_do_xattrib_mod() function 3139 return yaffs_do_xattrib_mod(obj, 1, name, value, size, flags); in yaffs_set_xattrib() 3144 return yaffs_do_xattrib_mod(obj, 0, name, NULL, 0, 0); in yaffs_remove_xattrib()
|