Searched refs:dosfs_create (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.h24 status_t dosfs_create(fs_volume *vol, fs_vnode *dir, const char *name,
H A Ddosfs.cpp1312 &dosfs_create,
H A Dfile.cpp318 dprintf("dosfs_open called with O_CREAT. call dosfs_create instead!\n");
513 dosfs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode, function
526 dprintf("dosfs_create called with null name\n");
530 DPRINTF(0, ("dosfs_create called: %" B_PRIdINO "/%s perms=%o omode=%o\n",
534 dprintf("dosfs_create called on read-only volume\n");
540 dprintf("dosfs_create() called in removed directory. disallowed.\n");
558 dprintf("exclusive dosfs_create called on existing file %s\n", name);
564 dprintf("can't dosfs_create over an existing subdirectory\n");
570 dprintf("can't dosfs_create over a disk image\n");
597 dprintf("dosfs_create
[all...]

Completed in 48 milliseconds