Lines Matching refs:mountpoint
372 const char *mountpoint, struct selabel_handle *sehnd)
377 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0);
381 const char *mountpoint, struct selabel_handle *sehnd)
395 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0);
465 char *mountpoint;
472 mountpoint = strdup("");
474 mountpoint = canonicalize_abs_slashes(_mountpoint);
569 root_inode_num = build_directory_structure(directory, mountpoint, 0,
582 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
583 error("cannot lookup security context for %s", mountpoint);
587 printf("Labeling %s as %s\n", mountpoint, secontext);
613 free(mountpoint);