HomeSort by: relevance | last modified time | path
    Searched defs:hardlink (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/fs/vfs/
t_link.c 59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2, function in typeref:typename:void
108 hardlink(tc, mp, 1, 1, false, true);
114 hardlink(tc, mp, 1, 1, true, true);
120 hardlink(tc, mp, 1, 2, false, true);
126 hardlink(tc, mp, 1, 2, true, false);
132 hardlink(tc, mp, 1, 0, false, true);
138 hardlink(tc, mp, 1, 0, true, true);
141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed");
142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed");
143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed")
    [all...]
t_link.c 59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2, function in typeref:typename:void
108 hardlink(tc, mp, 1, 1, false, true);
114 hardlink(tc, mp, 1, 1, true, true);
120 hardlink(tc, mp, 1, 2, false, true);
126 hardlink(tc, mp, 1, 2, true, false);
132 hardlink(tc, mp, 1, 0, false, true);
138 hardlink(tc, mp, 1, 0, true, true);
141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed");
142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed");
143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed")
    [all...]
  /src/usr.bin/rdist/
server.c 74 static void hardlink(char *);
156 hardlink(cp);
993 hardlink(char *cmd) function in typeref:typename:void
1005 error("hardlink: options not delimited\n");
1012 error("hardlink: oldname name not delimited\n");
server.c 74 static void hardlink(char *);
156 hardlink(cp);
993 hardlink(char *cmd) function in typeref:typename:void
1005 error("hardlink: options not delimited\n");
1012 error("hardlink: oldname name not delimited\n");

Completed in 27 milliseconds