OPENX_OPEN_FUNC_CREATE 283 source4/libcli/clifile.c openfn |= OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 359 source4/ntvfs/ntvfs_generic.c case (OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE): OPENX_OPEN_FUNC_CREATE 362 source4/ntvfs/ntvfs_generic.c case (OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE): OPENX_OPEN_FUNC_CREATE 365 source4/ntvfs/ntvfs_generic.c case (OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE): OPENX_OPEN_FUNC_CREATE 1954 source4/torture/basic/denytest.c io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 675 source4/torture/basic/misc.c open_parms->openx.in.open_func = OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 850 source4/torture/raw/lock.c op.openx.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 286 source4/torture/raw/open.c { OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 287 source4/torture/raw/open.c { OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 290 source4/torture/raw/open.c { OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OBJECT_NAME_COLLISION }, OPENX_OPEN_FUNC_CREATE 291 source4/torture/raw/open.c { OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 294 source4/torture/raw/open.c { OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 295 source4/torture/raw/open.c { OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 341 source4/torture/raw/open.c io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 396 source4/torture/raw/open.c io.openx.in.open_func = OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 414 source4/torture/raw/open.c io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 516 source4/torture/raw/open.c { OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 517 source4/torture/raw/open.c { OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 520 source4/torture/raw/open.c { OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OBJECT_NAME_COLLISION }, OPENX_OPEN_FUNC_CREATE 521 source4/torture/raw/open.c { OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OBJECT_NAME_COLLISION }, OPENX_OPEN_FUNC_CREATE 524 source4/torture/raw/open.c { OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE, true, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 525 source4/torture/raw/open.c { OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK }, OPENX_OPEN_FUNC_CREATE 541 source4/torture/raw/open.c io.t2open.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 594 source4/torture/raw/open.c io.t2open.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 639 source4/torture/raw/open.c io.t2open.in.open_func = OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 645 source4/torture/raw/open.c io.t2open.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 173 source4/torture/raw/samba3misc.c openfn |= OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 236 source4/torture/raw/samba3misc.c openfn |= OPENX_OPEN_FUNC_CREATE; OPENX_OPEN_FUNC_CREATE 1481 source4/torture/raw/streams.c io.openx.in.open_func = OPENX_OPEN_FUNC_TRUNC | OPENX_OPEN_FUNC_CREATE;