Lines Matching defs:mount
2 * fs/mount/fs_mount.c
27 #include "sys/mount.h"
46 #include "fs/mount.h"
121 * Name: mount
124 * mount() attaches the filesystem specified by the 'source' block device
144 int mount(const char *source, const char *target,
201 /* The mount point must be an existed vnode. */
217 PRINT_ERR("can't mount to %s, already mounted.\n", target);
223 PRINT_ERR("can't mount to %s, already mounted.\n", target);
240 PRINT_ERR("New mount alloc failed no memory!\n");
330 PRINT_ERR("Failed to copy mount point pathname, errno %d\n", ret);
354 PRINT_ERR("New mount alloc failed no memory!\n");