fstype 402 source3/param/loadparm.c char *fstype; fstype 4169 source3/param/loadparm.c .ptr = &sDefault.fstype, fstype 4826 source3/param/loadparm.c string_set(&sDefault.fstype, FSTYPE_STRING); fstype 5508 source3/param/loadparm.c FN_LOCAL_STRING(lp_fstype, fstype) fstype 6172 source3/param/loadparm.c string_set(&ServicePtrs[i]->fstype, "IPC"); fstype 706 source3/smbd/reply.c const char *fstype = IS_IPC(conn) ? "" : lp_fstype(SNUM(conn)); fstype 732 source3/smbd/reply.c || (message_push_string(&req->outbuf, fstype, fstype 2568 source3/smbd/trans2.c char *fstype = lp_fstype(SNUM(conn)); fstype 2705 source3/smbd/trans2.c len = srvstr_push(pdata, req->flags2, pdata+12, fstype, fstype 58 source3/torture/locktest2.c char conn, f, fstype; fstype 65 source3/torture/locktest2.c static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) fstype 69 source3/torture/locktest2.c switch (fstype) { fstype 87 source3/torture/locktest2.c static bool try_close(struct cli_state *c, int fstype, int fd) fstype 89 source3/torture/locktest2.c switch (fstype) { fstype 100 source3/torture/locktest2.c static bool try_lock(struct cli_state *c, int fstype, fstype 106 source3/torture/locktest2.c switch (fstype) { fstype 122 source3/torture/locktest2.c static bool try_unlock(struct cli_state *c, int fstype, fstype 127 source3/torture/locktest2.c switch (fstype) { fstype 205 source3/torture/locktest2.c int server, conn, f, fstype; fstype 210 source3/torture/locktest2.c fstype = FSTYPE_SMB; fstype 216 source3/torture/locktest2.c cli_close(cli[server][conn], fnum[server][fstype][conn][f]); fstype 238 source3/torture/locktest2.c unsigned fstype = rec->fstype; fstype 256 source3/torture/locktest2.c ret[server] = try_lock(cli[server][conn], fstype, fstype 257 source3/torture/locktest2.c fnum[server][fstype][conn][f], fstype 262 source3/torture/locktest2.c conn, fstype, f, fstype 272 source3/torture/locktest2.c ret[server] = try_unlock(cli[server][conn], fstype, fstype 273 source3/torture/locktest2.c fnum[server][fstype][conn][f], fstype 278 source3/torture/locktest2.c conn, fstype, f, fstype 287 source3/torture/locktest2.c try_close(cli[server][conn], fstype, fnum[server][fstype][conn][f]); fstype 288 source3/torture/locktest2.c fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME, fstype 290 source3/torture/locktest2.c if (fnum[server][fstype][conn][f] == -1) { fstype 297 source3/torture/locktest2.c conn, fstype, f); fstype 308 source3/torture/locktest2.c int server, conn, f, fstype; fstype 311 source3/torture/locktest2.c for (fstype=0;fstype<NUMFSTYPES;fstype++) fstype 314 source3/torture/locktest2.c if (fnum[server][fstype][conn][f] != -1) { fstype 315 source3/torture/locktest2.c try_close(cli[server][conn], fstype, fnum[server][fstype][conn][f]); fstype 316 source3/torture/locktest2.c fnum[server][fstype][conn][f] = -1; fstype 328 source3/torture/locktest2.c int server, fstype, conn, f; fstype 331 source3/torture/locktest2.c for (fstype=0;fstype<NUMFSTYPES;fstype++) fstype 334 source3/torture/locktest2.c fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME, fstype 336 source3/torture/locktest2.c if (fnum[server][fstype][conn][f] == -1) { fstype 338 source3/torture/locktest2.c server, fstype, conn, f); fstype 387 source3/torture/locktest2.c recorded[n].fstype = random() % NUMFSTYPES; fstype 451 source3/torture/locktest2.c recorded[i].fstype, fstype 203 source4/param/loadparm.c char *fstype; fstype 479 source4/param/loadparm.c {"fstype", P_STRING, P_LOCAL, LOCAL_VAR(fstype), NULL, NULL}, fstype 708 source4/param/loadparm.c _PUBLIC_ FN_LOCAL_STRING(lp_fstype, fstype) fstype 1119 source4/param/loadparm.c const char *fstype) fstype 1129 source4/param/loadparm.c fstype, lp_ctx->globals->szServerString); fstype 1130 source4/param/loadparm.c string_set(service, &service->fstype, fstype); fstype 1137 source4/param/loadparm.c if (strcasecmp(fstype, "IPC") == 0) { fstype 57 source4/torture/locktest2.c char conn, f, fstype; fstype 64 source4/torture/locktest2.c static int try_open(struct smbcli_state *c, char *nfs, int fstype, const char *fname, int flags) fstype 69 source4/torture/locktest2.c switch (fstype) { fstype 84 source4/torture/locktest2.c static bool try_close(struct smbcli_state *c, int fstype, int fd) fstype 86 source4/torture/locktest2.c switch (fstype) { fstype 97 source4/torture/locktest2.c static bool try_lock(struct smbcli_state *c, int fstype, fstype 103 source4/torture/locktest2.c switch (fstype) { fstype 119 source4/torture/locktest2.c static bool try_unlock(struct smbcli_state *c, int fstype, fstype 124 source4/torture/locktest2.c switch (fstype) { fstype 200 source4/torture/locktest2.c int server, conn, f, fstype; fstype 205 source4/torture/locktest2.c fstype = FSTYPE_SMB; fstype 211 source4/torture/locktest2.c smbcli_close(cli[server][conn], fnum[server][fstype][conn][f]); fstype 233 source4/torture/locktest2.c uint_t fstype = rec->fstype; fstype 251 source4/torture/locktest2.c ret[server] = try_lock(cli[server][conn], fstype, fstype 252 source4/torture/locktest2.c fnum[server][fstype][conn][f], fstype 257 source4/torture/locktest2.c conn, fstype, f, fstype 266 source4/torture/locktest2.c ret[server] = try_unlock(cli[server][conn], fstype, fstype 267 source4/torture/locktest2.c fnum[server][fstype][conn][f], fstype 272 source4/torture/locktest2.c conn, fstype, f, fstype 280 source4/torture/locktest2.c try_close(cli[server][conn], fstype, fnum[server][fstype][conn][f]); fstype 281 source4/torture/locktest2.c fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME, fstype 283 source4/torture/locktest2.c if (fnum[server][fstype][conn][f] == -1) { fstype 290 source4/torture/locktest2.c conn, fstype, f); fstype 300 source4/torture/locktest2.c int server, conn, f, fstype; fstype 303 source4/torture/locktest2.c for (fstype=0;fstype<NUMFSTYPES;fstype++) fstype 306 source4/torture/locktest2.c if (fnum[server][fstype][conn][f] != -1) { fstype 307 source4/torture/locktest2.c try_close(cli[server][conn], fstype, fnum[server][fstype][conn][f]); fstype 308 source4/torture/locktest2.c fnum[server][fstype][conn][f] = -1; fstype 320 source4/torture/locktest2.c int server, fstype, conn, f; fstype 323 source4/torture/locktest2.c for (fstype=0;fstype<NUMFSTYPES;fstype++) fstype 326 source4/torture/locktest2.c fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME, fstype 328 source4/torture/locktest2.c if (fnum[server][fstype][conn][f] == -1) { fstype 330 source4/torture/locktest2.c server, fstype, conn, f); fstype 385 source4/torture/locktest2.c recorded[n].fstype = random() % NUMFSTYPES; fstype 449 source4/torture/locktest2.c recorded[i].fstype,