Lines Matching refs:mp
42 register Mount_t* mp;
46 mp = monitored();
54 if (mp)
55 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf);
56 for (mp = state.global; mp; mp = mp->global)
57 if (fssys(mp, MSG_acl))
58 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf);