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

/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp4340 index_create(fssh_mount_id mountID, const char *name, uint32_t type, uint32_t flags, bool kernel) function in namespace:FSShell
4342 FUNCTION(("index_create(mountID = %ld, name = %s, kernel = %d)\n", mountID, name, kernel));
5602 return index_create(device, name, type, flags, true);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp6875 index_create(dev_t mountID, const char* name, uint32 type, uint32 flags, function
6878 FUNCTION(("index_create(mountID = %ld, name = %s, kernel = %d)\n", mountID,
8473 return index_create(device, name, type, flags, true);
9564 return index_create(device, name, type, flags, false);

Completed in 82 milliseconds