Home | History | Annotate | Download | only in sdcard

Lines Matching full:mkdir

70  * - ops that return a fuse_entry (LOOKUP, MKNOD, MKDIR, LINK, SYMLINK,
965 TRACE("[%d] MKDIR %s 0%o @ %"PRIx64" (%s)\n", handler->token,
977 if (mkdir(child_path, mode) < 0) {