Lines Matching refs:QGuestAllocator

33 static void pci_config(void *obj, void *data, QGuestAllocator *t_alloc)  in pci_config()
56 static void fs_version(void *obj, void *data, QGuestAllocator *t_alloc) in fs_version()
62 static void fs_attach(void *obj, void *data, QGuestAllocator *t_alloc) in fs_attach()
68 static void fs_walk(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk()
106 static void fs_readdir(void *obj, void *data, QGuestAllocator *t_alloc) in fs_readdir()
246 static void fs_walk_no_slash(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk_no_slash()
261 static void fs_walk_nonexistent(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk_nonexistent()
275 QGuestAllocator *t_alloc) in fs_walk_2nd_nonexistent()
308 static void fs_walk_none(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk_none()
338 static void fs_walk_dotdot(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk_dotdot()
362 static void fs_lopen(void *obj, void *data, QGuestAllocator *t_alloc) in fs_lopen()
378 static void fs_write(void *obj, void *data, QGuestAllocator *t_alloc) in fs_write()
403 static void fs_flush_success(void *obj, void *data, QGuestAllocator *t_alloc) in fs_flush_success()
444 static void fs_flush_ignored(void *obj, void *data, QGuestAllocator *t_alloc) in fs_flush_ignored()
486 QGuestAllocator *t_alloc) in fs_readdir_split_128()
493 QGuestAllocator *t_alloc) in fs_readdir_split_256()
500 QGuestAllocator *t_alloc) in fs_readdir_split_512()
509 static void fs_create_dir(void *obj, void *data, QGuestAllocator *t_alloc) in fs_create_dir()
528 static void fs_unlinkat_dir(void *obj, void *data, QGuestAllocator *t_alloc) in fs_unlinkat_dir()
554 static void fs_create_file(void *obj, void *data, QGuestAllocator *t_alloc) in fs_create_file()
571 static void fs_unlinkat_file(void *obj, void *data, QGuestAllocator *t_alloc) in fs_unlinkat_file()
592 static void fs_symlink_file(void *obj, void *data, QGuestAllocator *t_alloc) in fs_symlink_file()
616 QGuestAllocator *t_alloc) in fs_unlinkat_symlink()
641 static void fs_hardlink_file(void *obj, void *data, QGuestAllocator *t_alloc) in fs_hardlink_file()
669 QGuestAllocator *t_alloc) in fs_unlinkat_hardlink()
697 QGuestAllocator *t_alloc) in fs_use_after_unlink()