Home
last modified time | relevance | path

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

/linux-5.19.10/fs/adfs/
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,
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()
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()
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()
Dinode.c242 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
358 struct object_info obj; in adfs_write_inode()
Dsuper.c367 struct object_info root_obj; in adfs_fill_super()
/linux-5.19.10/drivers/acpi/acpica/
Ddbnames.c645 struct acpi_object_info *object_info; in acpi_db_display_objects() local
652 object_info = in acpi_db_display_objects()
660 (void *)object_info, NULL); in acpi_db_display_objects()
665 acpi_os_printf("%8u %s\n", object_info->types[i], in acpi_db_display_objects()
668 total_objects += object_info->types[i]; in acpi_db_display_objects()
674 ACPI_FREE(object_info); in acpi_db_display_objects()
/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c835 const struct object_info { in igt_mock_ppgtt_64K() struct