Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_attribs.c17 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 Dyaffs_verify.c165 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 Dyaffsfs.c178 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 Dyaffs_guts.c666 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 Dyaffs_yaffs2.c369 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 Dyaffs_yaffs1.c389 struct yaffs_obj *obj; in yaffs1_scan() local
H A Dyaffs_allocator.c289 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 Dlinux_compat.c38 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h89 #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 Dclk-core.h89 #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 Dcompiler-gcc.h162 # define __compiletime_object_size(obj) __builtin_object_size(obj, 0) argument
H A Dcompiler.h457 # define __compiletime_object_size(obj) -1 argument
H A Dcompat.h93 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c732 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 Dsuper.c2542 static void inode_slab_ctor(void *obj) in inode_slab_ctor()
/rk3399_rockchip-uboot/
H A DMakefile223 obj := $(objtree) macro
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py3263 def _str_val(obj): argument