Home
last modified time | relevance | path

Searched refs:YAFFS_OBJECT_TYPE_SYMLINK (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c91 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_get_file_size()
H A Dyaffs_guts.c1957 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_new_obj()
2129 if (type == YAFFS_OBJECT_TYPE_SYMLINK) { in yaffs_create_obj()
2160 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_create_obj()
2215 return yaffs_create_obj(YAFFS_OBJECT_TYPE_SYMLINK, parent, name, mode, in yaffs_create_symlink()
3179 if (in->variant_type == YAFFS_OBJECT_TYPE_SYMLINK) { in yaffs_check_obj_details_loaded()
3340 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_update_oh()
3925 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_del_obj()
4001 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_unlink_worker()
4453 if (obj->variant_type == YAFFS_OBJECT_TYPE_SYMLINK) { in yaffs_get_obj_length()
4496 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_get_obj_type()
[all …]
H A Dyaffs_yaffs1.c340 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs1_scan()
H A Dyaffs_verify.c380 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs_verify_obj()
H A Dyaffs_guts.h171 YAFFS_OBJECT_TYPE_SYMLINK, enumerator
H A Dyaffsfs.c597 while (obj && obj->variant_type == YAFFS_OBJECT_TYPE_SYMLINK) { in yaffsfs_FollowLink()
1596 else if (obj->variant_type == YAFFS_OBJECT_TYPE_SYMLINK) in yaffsfs_DoStat()
3058 else if (obj->variant_type != YAFFS_OBJECT_TYPE_SYMLINK) in yaffs_readlink()
H A Dyaffs_yaffs2.c1324 case YAFFS_OBJECT_TYPE_SYMLINK: in yaffs2_scan_chunk()