Home
last modified time | relevance | path

Searched refs:object_info (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/adfs/
H A Dadfs.h114 struct object_info { struct
130 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); argument
131 int (*update)(struct adfs_dir *dir, struct object_info *obj);
132 int (*create)(struct adfs_dir *dir, struct object_info *obj);
133 int (*remove)(struct adfs_dir *dir, struct object_info *obj);
145 struct inode *adfs_iget(struct super_block *sb, struct object_info *obj);
183 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj);
184 extern int adfs_dir_update(struct super_block *sb, struct object_info *obj,
H A Ddir_f.c175 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj()
201 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj) in adfs_obj2dir()
215 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get()
243 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext()
256 struct object_info obj; in adfs_f_iterate()
271 static int adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update()
H A Ddir.c200 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj) in adfs_object_fixup()
275 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
348 struct object_info *obj) in adfs_dir_lookup_byname()
433 struct object_info obj; in adfs_lookup()
H A Ddir_fplus.c172 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext()
212 struct object_info obj; in adfs_fplus_iterate()
230 static int adfs_fplus_update(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_update()
H A Dinode.c242 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
358 struct object_info obj; in adfs_write_inode()
H A Dsuper.c367 struct object_info root_obj; in adfs_fill_super()
/openbmc/linux/drivers/acpi/acpica/
H A Ddbnames.c649 struct acpi_object_info *object_info; in acpi_db_display_objects() local
656 object_info = in acpi_db_display_objects()
659 if (!object_info) in acpi_db_display_objects()
667 (void *)object_info, NULL); in acpi_db_display_objects()
672 acpi_os_printf("%8u %s\n", object_info->types[i], in acpi_db_display_objects()
675 total_objects += object_info->types[i]; in acpi_db_display_objects()
681 ACPI_FREE(object_info); in acpi_db_display_objects()
/openbmc/qemu/qom/
H A Dobject.c2888 static const TypeInfo object_info = { in register_types() local
2896 type_register_internal(&object_info); in register_types()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c865 const struct object_info { in igt_ppgtt_64K() struct