| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_attribs.c | 17 void yaffs_load_attribs(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh) in yaffs_load_attribs() 28 void yaffs_load_attribs_oh(struct yaffs_obj_hdr *oh, struct yaffs_obj *obj) in yaffs_load_attribs_oh() 48 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev) in yaffs_attribs_init() 64 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c) in yaffs_load_current_time() 83 loff_t yaffs_get_file_size(struct yaffs_obj *obj) in yaffs_get_file_size() 101 int yaffs_set_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_set_attribs() 128 int yaffs_get_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_get_attribs()
|
| H A D | yaffs_verify.c | 165 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, in yaffs_verify_oh() 220 void yaffs_verify_file(struct yaffs_obj *obj) in yaffs_verify_file() 282 void yaffs_verify_link(struct yaffs_obj *obj) in yaffs_verify_link() 290 void yaffs_verify_symlink(struct yaffs_obj *obj) in yaffs_verify_symlink() 298 void yaffs_verify_special(struct yaffs_obj *obj) in yaffs_verify_special() 304 void yaffs_verify_obj(struct yaffs_obj *obj) in yaffs_verify_obj() 403 struct yaffs_obj *obj; in yaffs_verify_objects() local 420 void yaffs_verify_obj_in_dir(struct yaffs_obj *obj) in yaffs_verify_obj_in_dir()
|
| H A D | yaffsfs.c | 178 static int yaffsfs_FindInodeIdForObject(struct yaffs_obj *obj) in yaffsfs_FindInodeIdForObject() 198 static int yaffsfs_GetInodeIdForObject(struct yaffs_obj *obj) in yaffsfs_GetInodeIdForObject() 225 static int yaffsfs_CountHandles(struct yaffs_obj *obj) in yaffsfs_CountHandles() 237 struct yaffs_obj *obj; in yaffsfs_ReleaseInode() local 365 struct yaffs_obj *obj; in yaffsfs_BreakDeviceHandles() local 590 static struct yaffs_obj *yaffsfs_FollowLink(struct yaffs_obj *obj, in yaffsfs_FollowLink() 711 struct yaffs_obj *obj; in yaffsfs_FindObject() local 775 struct yaffs_obj *obj = NULL; in yaffs_open_sharing() local 1005 struct yaffs_obj *obj; in yaffs_Dofsync() local 1043 struct yaffs_obj *obj = NULL; in yaffs_close() local [all …]
|
| H A D | yaffs_guts.c | 666 void yaffs_set_obj_name(struct yaffs_obj *obj, const YCHAR * name) in yaffs_set_obj_name() 678 void yaffs_set_obj_name_from_oh(struct yaffs_obj *obj, in yaffs_set_obj_name_from_oh() 1248 static void yaffs_remove_obj_from_dir(struct yaffs_obj *obj) in yaffs_remove_obj_from_dir() 1267 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj) in yaffs_add_obj_to_dir() 1307 static int yaffs_change_obj_name(struct yaffs_obj *obj, in yaffs_change_obj_name() 1367 static int yaffs_obj_cache_dirty(struct yaffs_obj *obj) in yaffs_obj_cache_dirty() 1383 static void yaffs_flush_file_cache(struct yaffs_obj *obj) in yaffs_flush_file_cache() 1434 struct yaffs_obj *obj; in yaffs_flush_whole_cache() local 1519 static struct yaffs_cache *yaffs_find_chunk_cache(const struct yaffs_obj *obj, in yaffs_find_chunk_cache() 1596 static void yaffs_unhash_obj(struct yaffs_obj *obj) in yaffs_unhash_obj() [all …]
|
| H A D | yaffs_yaffs2.c | 369 struct yaffs_obj *obj) in yaffs2_obj_checkpt_obj() 390 static int yaffs2_checkpt_obj_to_obj(struct yaffs_obj *obj, in yaffs2_checkpt_obj_to_obj() 481 static int yaffs2_wr_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_wr_checkpt_tnodes() 500 static int yaffs2_rd_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_rd_checkpt_tnodes() 543 struct yaffs_obj *obj; in yaffs2_wr_checkpt_objs() local 588 struct yaffs_obj *obj; in yaffs2_rd_checkpt_objs() local 831 int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size) in yaffs2_handle_hole()
|
| H A D | yaffs_yaffs1.c | 389 struct yaffs_obj *obj; in yaffs1_scan() local
|
| H A D | yaffs_allocator.c | 289 struct yaffs_obj *obj = NULL; in yaffs_alloc_raw_obj() local 312 void yaffs_free_raw_obj(struct yaffs_dev *dev, struct yaffs_obj *obj) in yaffs_free_raw_obj()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | linux_compat.c | 38 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compiler-gcc.h | 162 # define __compiletime_object_size(obj) __builtin_object_size(obj, 0) argument
|
| H A D | compiler.h | 457 # define __compiletime_object_size(obj) -1 argument
|
| H A D | compat.h | 93 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 732 void efi_setup_loaded_image(struct efi_loaded_image *info, struct efi_object *obj, in efi_setup_loaded_image() 780 struct efi_object *obj; in efi_load_image() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 2542 static void inode_slab_ctor(void *obj) in inode_slab_ctor()
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 223 obj := $(objtree) macro
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 3263 def _str_val(obj): argument
|