Home
last modified time | relevance | path

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

/Linux-v5.4/fs/adfs/
Dadfs.h111 struct object_info { struct
126 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); argument
127 int (*update)(struct adfs_dir *dir, struct object_info *obj);
128 int (*create)(struct adfs_dir *dir, struct object_info *obj);
129 int (*remove)(struct adfs_dir *dir, struct object_info *obj);
142 struct inode *adfs_iget(struct super_block *sb, struct object_info *obj);
170 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj);
171 extern int adfs_dir_update(struct super_block *sb, struct object_info *obj,
Ddir.c16 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj) in adfs_object_fixup()
60 struct object_info obj; in adfs_readdir()
103 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
161 struct object_info *obj) in adfs_dir_lookup_byname()
255 struct object_info obj; in adfs_lookup()
Ddir_f.c193 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj()
219 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj) in adfs_obj2dir()
233 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get()
263 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put()
314 struct object_info obj; in adfs_dir_find_entry()
356 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext()
368 adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update()
Dinode.c240 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
353 struct object_info obj; in adfs_write_inode()
Ddir_fplus.c160 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext()
Dsuper.c382 struct object_info root_obj; in adfs_fill_super()
/Linux-v5.4/drivers/acpi/acpica/
Ddbnames.c564 struct acpi_object_info *object_info; in acpi_db_display_objects() local
571 object_info = in acpi_db_display_objects()
579 (void *)object_info, NULL); in acpi_db_display_objects()
584 acpi_os_printf("%8u %s\n", object_info->types[i], in acpi_db_display_objects()
587 total_objects += object_info->types[i]; in acpi_db_display_objects()
593 ACPI_FREE(object_info); in acpi_db_display_objects()
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c724 const struct object_info { in igt_mock_ppgtt_64K() struct