Lines Matching refs:mnt_path
73 char *mnt_path = NULL; in set_selinux_xattr() local
78 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) { in set_selinux_xattr()
85 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) { in set_selinux_xattr()
86 ERR_MSG("cannot lookup security context for %s\n", mnt_path); in set_selinux_xattr()
87 free(mnt_path); in set_selinux_xattr()
93 mnt_path, ino, secontext); in set_selinux_xattr()
97 free(mnt_path); in set_selinux_xattr()
108 char *mnt_path = NULL; in set_perms_and_caps() local
118 if (asprintf(&mnt_path, "%s%s", mount_path, de->path) <= 0) { in set_perms_and_caps()
126 fs_config_func(mnt_path, de->file_type == F2FS_FT_DIR, in set_perms_and_caps()
136 mnt_path, de->mode, de->uid, de->gid, de->capabilities); in set_perms_and_caps()
137 free(mnt_path); in set_perms_and_caps()