Lines Matching refs:mnt_path
75 char *mnt_path = NULL;
80 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) {
87 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) {
88 ERR_MSG("cannot lookup security context for %s\n", mnt_path);
89 free(mnt_path);
95 mnt_path, ino, secontext);
99 free(mnt_path);
111 char *mnt_path = NULL;
121 if (asprintf(&mnt_path, "%s%s", mount_path, de->path) <= 0) {
129 fs_config_func(mnt_path, de->file_type == F2FS_FT_DIR,
139 mnt_path, de->mode, de->uid, de->gid, de->capabilities);
140 free(mnt_path);