Lines Matching defs:path
28 typedef void (*fs_config_f)(const char *path, int dir,
71 static int set_selinux_xattr(struct f2fs_sb_info *sbi, const char *path,
80 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) {
81 ERR_MSG("cannot allocate security path for %s%s\n",
82 c.mount_point, path);
115 * de->path already has "/" in the beginning of it.
121 if (asprintf(&mnt_path, "%s%s", mount_path, de->path) <= 0) {
122 ERR_MSG("cannot allocate mount path for %s%s\n",
123 mount_path, de->path);
183 ERR_MSG("unknown file type on %s", de->path);
229 ret = asprintf(&dentries[i].path, "%s%s",
259 dentries[i].path);
280 ret = set_selinux_xattr(sbi, dentries[i].path,
285 free(dentries[i].path);
291 free(dentries[i].path);