Lines Matching defs:mp
35 register Mount_t* mp;
59 if ((mp = state.file[fd].mount) && fssys(mp, MSG_close))
63 fscall(mp, MSG_close, 0, fd, state.path.st.st_mtime);
65 for (mp = state.global; mp; mp = mp->global)
66 if (fssys(mp, MSG_close))
70 fscall(mp, MSG_close, 0, fd, state.path.st.st_mtime);