Lines Matching refs:pmi
102 get_mount_info(int fd, struct perfuse_mount_info *pmi, int sock_type)
175 pmi->pmi_source = source;
176 pmi->pmi_target = target;
177 pmi->pmi_filesystemtype = filesystemtype;
178 pmi->pmi_mountflags = (int)mountflags;
179 pmi->pmi_data = data;
181 pmi->pmi_uid = cred.sc_euid;
206 struct perfuse_mount_info pmi;
234 get_mount_info(fd, &pmi, sock_type);
239 ro_flag = pmi.pmi_mountflags & MNT_RDONLY;
240 if (access_mount(pmi.pmi_target, pmi.pmi_uid, ro_flag) != 0)
242 pmi.pmi_target);
259 pu = perfuse_init(&pc, &pmi);
269 setproctitle("perfused %s", pmi.pmi_target);
288 trace_namelen = strlcpy(trace_name, pmi.pmi_target, MAXPATHLEN);