private_options  1186 source3/include/proto.h uint32 map_share_mode_to_deny_mode(uint32 share_access, uint32 private_options);
private_options   349 source3/include/smb.h 	uint32 private_options;	/* NT Create options, but we only look at
private_options   746 source3/include/smb.h 	uint32 private_options;	/* NT Create options, but we only look at
private_options  2657 source3/lib/util.c uint32 map_share_mode_to_deny_mode(uint32 share_access, uint32 private_options)
private_options  2669 source3/lib/util.c 	if (private_options & NTCREATEX_OPTIONS_PRIVATE_DENY_DOS) {
private_options  2671 source3/lib/util.c 	} else if (private_options & NTCREATEX_OPTIONS_PRIVATE_DENY_FCB) {
private_options   488 source3/locking/locking.c 		 e->share_access, e->private_options,
private_options  1055 source3/locking/locking.c 	e->private_options = fsp->fh->private_options;
private_options   814 source3/modules/onefs_open.c 	fsp->fh->private_options = create_options;
private_options  1201 source3/modules/onefs_open.c 	fsp->fh->private_options = create_options;
private_options  1554 source3/modules/onefs_open.c 	fsp->fh->private_options = create_options;
private_options    49 source3/modules/onefs_system.c 	sml->sm_type.private_options = 0;
private_options    70 source3/modules/onefs_system.c 	       sml->sm_type.private_options,
private_options    92 source3/printing/printfsp.c 	if (fsp->fh->private_options & FILE_DELETE_ON_CLOSE) {
private_options   617 source3/smbd/open.c 		  (unsigned int)entry->private_options));
private_options  1126 source3/smbd/open.c 			  (unsigned int)fsp->fh->private_options,
private_options  1132 source3/smbd/open.c 		    (fsp->fh->private_options & (NTCREATEX_OPTIONS_PRIVATE_DENY_DOS |
private_options  1147 source3/smbd/open.c 	    (fsp->fh->private_options & NTCREATEX_OPTIONS_PRIVATE_DENY_DOS)) {
private_options  1713 source3/smbd/open.c 	fsp->fh->private_options = create_options;
private_options  2075 source3/smbd/open.c 	fsp->fh->private_options = create_options;
private_options  2545 source3/smbd/open.c 	fsp->fh->private_options = create_options;
private_options   870 source3/smbd/oplock.c 	SIVAL(msg,16,e->private_options);
private_options   893 source3/smbd/oplock.c 	e->private_options = IVAL(msg,16);
private_options  5808 source3/smbd/reply.c 		uint32 create_options = fsp->fh->private_options;
private_options  6762 source3/smbd/trans2.c 				fsp->fh->private_options |= FILE_DELETE_ON_CLOSE;
private_options   129 source3/utils/status.c 						    e->private_options)) {
private_options   141 source3/utils/status.c 					 (unsigned int)e->private_options );
private_options   134 source3/web/statuspage.c 						    e->private_options);