Searched refs:userlandfs_create_index (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A Dkernel_interface.cpp123 static int userlandfs_create_index(void *ns, const char *name, int type, int flags);
189 &userlandfs_create_index, // create index
1022 // userlandfs_create_index
1025 userlandfs_create_index(void *ns, const char *name, int type, int flags) function
1028 PRINT(("userlandfs_create_index(%p, `%s', %d, %d)\n", ns, name, type,
1031 PRINT(("userlandfs_create_index() done: (%lx)\n", error));
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp913 // userlandfs_create_index
915 userlandfs_create_index(fs_volume* fsVolume, const char* name, uint32 type, function
919 PRINT(("userlandfs_create_index(%p, `%s', 0x%lx, 0x%lx)\n", volume, name,
922 PRINT(("userlandfs_create_index() done: (%lx)\n", error));
1158 &userlandfs_create_index,

Completed in 56 milliseconds