Lines Matching refs:mnt_path
71 char *mnt_path = NULL; in set_selinux_xattr() local
76 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) { in set_selinux_xattr()
83 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) { in set_selinux_xattr()
84 ERR_MSG("cannot lookup security context for %s\n", mnt_path); in set_selinux_xattr()
85 free(mnt_path); in set_selinux_xattr()
91 mnt_path, ino, secontext); in set_selinux_xattr()
95 free(mnt_path); in set_selinux_xattr()
106 char *mnt_path = NULL; in set_perms_and_caps() local
116 if (asprintf(&mnt_path, "%s%s", mount_path, de->path) <= 0) { in set_perms_and_caps()
124 fs_config_func(mnt_path, de->file_type == F2FS_FT_DIR, in set_perms_and_caps()
134 mnt_path, de->mode, de->uid, de->gid, de->capabilities); in set_perms_and_caps()
135 free(mnt_path); in set_perms_and_caps()