Home | History | Annotate | Download | only in vfs

Lines Matching refs:mp

59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2,
106 hardlink_sameuser(const atf_tc_t *tc, const char *mp)
108 hardlink(tc, mp, 1, 1, false, true);
112 hardlink_sameuser_sysctl(const atf_tc_t *tc, const char *mp)
114 hardlink(tc, mp, 1, 1, true, true);
118 hardlink_otheruser(const atf_tc_t *tc, const char *mp)
120 hardlink(tc, mp, 1, 2, false, true);
124 hardlink_otheruser_sysctl(const atf_tc_t *tc, const char *mp)
126 hardlink(tc, mp, 1, 2, true, false);
130 hardlink_rootuser(const atf_tc_t *tc, const char *mp)
132 hardlink(tc, mp, 1, 0, false, true);
136 hardlink_rootuser_sysctl(const atf_tc_t *tc, const char *mp)
138 hardlink(tc, mp, 1, 0, true, true);