Lines Matching refs:mountpoint
390 const char *mountpoint, struct selabel_handle *sehnd)
395 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0);
399 const char *mountpoint, struct selabel_handle *sehnd)
413 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0);
486 char *mountpoint;
493 mountpoint = strdup("");
495 mountpoint = canonicalize_abs_slashes(_mountpoint);
587 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
590 root_inode_num = build_directory_structure(directory, mountpoint, 0,
593 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
603 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
604 error("cannot lookup security context for %s", mountpoint);
608 printf("Labeling %s as %s\n", mountpoint, secontext);
635 free(mountpoint);