new_dos_attributes 83 source3/modules/onefs_open.c uint32_t new_dos_attributes,
new_dos_attributes 221 source3/modules/onefs_open.c new_dos_attributes,
new_dos_attributes 436 source3/modules/onefs_open.c uint32 new_dos_attributes,
new_dos_attributes 490 source3/modules/onefs_open.c if (new_dos_attributes & FILE_FLAG_POSIX_SEMANTICS) {
new_dos_attributes 492 source3/modules/onefs_open.c unx_mode = (mode_t)(new_dos_attributes & ~FILE_FLAG_POSIX_SEMANTICS);
new_dos_attributes 493 source3/modules/onefs_open.c new_dos_attributes = 0;
new_dos_attributes 497 source3/modules/onefs_open.c unx_mode = unix_mode(conn, new_dos_attributes | aARCH, fname,
new_dos_attributes 505 source3/modules/onefs_open.c fname, new_dos_attributes, access_mask, share_access,
new_dos_attributes 581 source3/modules/onefs_open.c new_dos_attributes &= SAMBA_ATTRIBUTES_MASK;
new_dos_attributes 589 source3/modules/onefs_open.c createfile_attributes = (new_dos_attributes | aARCH) &
new_dos_attributes 699 source3/modules/onefs_open.c new_dos_attributes, psbuf->st_mode,
new_dos_attributes 704 source3/modules/onefs_open.c new_dos_attributes,
new_dos_attributes 1259 source3/modules/onefs_open.c status = can_set_delete_on_close(fsp, True, new_dos_attributes);
new_dos_attributes 1409 source3/smbd/open.c uint32 new_dos_attributes, /* attributes used for new file. */
new_dos_attributes 1458 source3/smbd/open.c if (new_dos_attributes & FILE_FLAG_POSIX_SEMANTICS) {
new_dos_attributes 1460 source3/smbd/open.c unx_mode = (mode_t)(new_dos_attributes & ~FILE_FLAG_POSIX_SEMANTICS);
new_dos_attributes 1461 source3/smbd/open.c new_dos_attributes = 0;
new_dos_attributes 1465 source3/smbd/open.c unx_mode = unix_mode(conn, new_dos_attributes | aARCH, fname,
new_dos_attributes 1473 source3/smbd/open.c fname, new_dos_attributes, access_mask, share_access,
new_dos_attributes 1517 source3/smbd/open.c new_dos_attributes &= SAMBA_ATTRIBUTES_MASK;
new_dos_attributes 1622 source3/smbd/open.c new_dos_attributes, psbuf->st_mode,
new_dos_attributes 1627 source3/smbd/open.c new_dos_attributes,
new_dos_attributes 2120 source3/smbd/open.c status = can_set_delete_on_close(fsp, True, new_dos_attributes);
new_dos_attributes 2143 source3/smbd/open.c new_dos_attributes | aARCH,