Home
last modified time | relevance | path

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

/linux/fs/adfs/
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_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 Dsuper.c344 struct object_info root_obj; in adfs_fill_super()
/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()
/linux/drivers/tee/qcomtee/
H A Dqcomtee_object.h236 struct object_info { struct
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c865 const struct object_info { in igt_ppgtt_64K() struct