Home | History | Annotate | Download | only in ext4_utils

Lines Matching full:mountpoint

394 				const char *mountpoint, struct selabel_handle *sehnd)
399 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0, -1, NULL);
403 const char *mountpoint, struct selabel_handle *sehnd)
417 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0, -1, NULL);
491 char *mountpoint;
498 mountpoint = strdup("");
500 mountpoint = canonicalize_abs_slashes(_mountpoint);
592 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
595 root_inode_num = build_directory_structure(directory, mountpoint, 0,
598 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
608 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
609 mountpoint);
613 printf("Labeling %s as %s\n", mountpoint, secontext);
630 // substitute mountpoint for the leading directory in the filename, in the output file
631 fprintf(block_list_file, "%s%s", mountpoint, p->filename + dirlen);
657 free(mountpoint);