Home | History | Annotate | Download | only in fsck

Lines Matching refs:mnt_path

64 	char *mnt_path = NULL;
69 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) {
76 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) {
77 ERR_MSG("cannot lookup security context for %s\n", mnt_path);
78 free(mnt_path);
84 mnt_path, ino, secontext);
88 free(mnt_path);
99 char *mnt_path = NULL;
101 if (asprintf(&mnt_path, "%s%s", c.mount_point, de->path) <= 0) {
109 fs_config_func(mnt_path, de->file_type == F2FS_FT_DIR,
119 mnt_path, de->mode, de->uid, de->gid, de->capabilities);
120 free(mnt_path);