delete_pending    645 source3/smbd/filename.c 			bool delete_pending;
delete_pending    647 source3/smbd/filename.c 				       &delete_pending, NULL);
delete_pending    648 source3/smbd/filename.c 			if (delete_pending) {
delete_pending   3842 source3/smbd/trans2.c 	bool delete_pending = False;
delete_pending   3925 source3/smbd/trans2.c 			get_file_infos(fileid, &delete_pending, &write_time_ts);
delete_pending   3941 source3/smbd/trans2.c 			get_file_infos(fileid, &delete_pending, &write_time_ts);
delete_pending   4030 source3/smbd/trans2.c 			get_file_infos(fileid, &delete_pending, NULL);
delete_pending   4031 source3/smbd/trans2.c 			if (delete_pending) {
delete_pending   4056 source3/smbd/trans2.c 		get_file_infos(fileid, &delete_pending, &write_time_ts);
delete_pending   4057 source3/smbd/trans2.c 		if (delete_pending) {
delete_pending   4091 source3/smbd/trans2.c 	if ((nlink > 0) && delete_pending) {
delete_pending   4337 source3/smbd/trans2.c 			SCVAL(pdata,20,delete_pending?1:0);
delete_pending   4415 source3/smbd/trans2.c 			SCVAL(pdata,20,delete_pending);
delete_pending   4468 source3/smbd/trans2.c 			SCVAL(pdata,0,delete_pending);
delete_pending   1774 source4/client/client.c 	d_printf("\tdelete_pending: %u\n", finfo.all_info.out.delete_pending);
delete_pending    482 source4/libcli/raw/interfaces.h 			uint8_t delete_pending;
delete_pending    615 source4/libcli/raw/interfaces.h 			bool delete_pending;
delete_pending    657 source4/libcli/raw/interfaces.h 			uint8_t delete_pending;
delete_pending    680 source4/libcli/raw/interfaces.h 			uint8_t  delete_pending;
delete_pending    111 source4/libcli/raw/rawfileinfo.c 		parms->standard_info.out.delete_pending = CVAL(blob->data, 20);
delete_pending    136 source4/libcli/raw/rawfileinfo.c 		parms->all_info.out.delete_pending =        CVAL(blob->data, 60);
delete_pending    237 source4/libcli/raw/rawfileinfo.c 		parms->all_info2.out.delete_pending = CVAL(blob->data, 0x3C);
delete_pending    212 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	info->generic.out.delete_pending = 0;
delete_pending    627 source4/ntvfs/ipc/vfs_ipc.c 		info->generic.out.delete_pending = 1;
delete_pending    738 source4/ntvfs/ntvfs_generic.c 		info->all_info.out.delete_pending = info2->generic.out.delete_pending;
delete_pending    778 source4/ntvfs/ntvfs_generic.c 		info->standard_info.out.delete_pending = info2->generic.out.delete_pending;
delete_pending    211 source4/ntvfs/posix/pvfs_qfileinfo.c 		info->standard_info.out.delete_pending = 0; /* only for qfileinfo */
delete_pending    240 source4/ntvfs/posix/pvfs_qfileinfo.c 		info->all_info.out.delete_pending = 0; /* only set by qfileinfo */
delete_pending    313 source4/ntvfs/posix/pvfs_qfileinfo.c 		info->all_info2.out.delete_pending = 0; /* only set by qfileinfo */
delete_pending    410 source4/ntvfs/posix/pvfs_qfileinfo.c 			info->standard_info.out.delete_pending = 1;
delete_pending    418 source4/ntvfs/posix/pvfs_qfileinfo.c 			info->all_info.out.delete_pending = 1;
delete_pending    437 source4/ntvfs/posix/pvfs_qfileinfo.c 			info->all_info2.out.delete_pending = 1;
delete_pending    209 source4/ntvfs/simple/vfs_simple.c 	info->generic.out.delete_pending = 0;
delete_pending    343 source4/smb_server/blob.c 		SCVAL(blob->data, 20, st->standard_info.out.delete_pending);
delete_pending    416 source4/smb_server/blob.c 		SCVAL(blob->data,       60, st->all_info.out.delete_pending);
delete_pending    498 source4/smb_server/blob.c 		SCVAL(blob->data,       0x3C, st->all_info2.out.delete_pending);
delete_pending     64 source4/torture/basic/delete.c 		torture_assert(tctx, expect_it == io.all_info.out.delete_pending, 
delete_pending     67 source4/torture/basic/delete.c 			       where, expect_it, io.all_info.out.delete_pending));
delete_pending     80 source4/torture/basic/delete.c 		torture_assert(tctx, expect_it == io.standard_info.out.delete_pending,
delete_pending     82 source4/torture/basic/delete.c 			       where, expect_it, io.standard_info.out.delete_pending));
delete_pending   1597 source4/torture/gentest.c 		CHECK_EQUAL(standard_info.out.delete_pending);
delete_pending   1621 source4/torture/gentest.c 		CHECK_EQUAL(all_info.out.delete_pending);
delete_pending   1696 source4/torture/gentest.c 		CHECK_EQUAL(all_info2.out.delete_pending);
delete_pending    348 source4/torture/raw/qfileinfo.c 		VAL_EQUAL(standard_info,  delete_pending, standard_info, delete_pending); \
delete_pending    375 source4/torture/raw/qfileinfo.c 		   VAL_EQUAL(all_info,  delete_pending,        all_info, delete_pending); \
delete_pending    731 source4/torture/raw/qfileinfo.c 	VAL_CHECK("STANDARD_INFO", standard_info, delete_pending, 
delete_pending    732 source4/torture/raw/qfileinfo.c 		  "ALL_INFO",      all_info,      delete_pending);
delete_pending    750 source4/torture/raw/qfileinfo.c 		if (s1->standard_info.out.delete_pending != 1) {
delete_pending    751 source4/torture/raw/qfileinfo.c 			printf("(%d) nlinks standard_info/delete_pending incorrect - %d should be 1\n", __LINE__, s1->standard_info.out.delete_pending);
delete_pending    310 source4/torture/raw/setfileinfo.c 	CHECK_VALUE(ALL_INFO, all_info, delete_pending, 1);
delete_pending    315 source4/torture/raw/setfileinfo.c 	CHECK_VALUE(ALL_INFO, all_info, delete_pending, 0);
delete_pending    321 source4/torture/raw/setfileinfo.c 	CHECK_VALUE(ALL_INFO, all_info, delete_pending, 1);
delete_pending    333 source4/torture/raw/setfileinfo.c 	CHECK_VALUE(ALL_INFO, all_info, delete_pending, 0);
delete_pending    337 source4/torture/raw/setfileinfo.c 	CHECK_VALUE(ALL_INFO, all_info, delete_pending, 0);
delete_pending    836 source4/torture/raw/streams.c 		CHECK_VALUE(stinfo.all_info.out.delete_pending,
delete_pending    837 source4/torture/raw/streams.c 			    finfo.all_info.out.delete_pending);
delete_pending    885 source4/torture/raw/streams.c 		CHECK_VALUE(stinfo.all_info.out.delete_pending,
delete_pending    886 source4/torture/raw/streams.c 			    finfo.all_info.out.delete_pending);
delete_pending    190 source4/torture/smb2/setinfo.c 	CHECK_VALUE(SMB2_ALL_INFORMATION, all_info2, delete_pending, 1);
delete_pending    195 source4/torture/smb2/setinfo.c 	CHECK_VALUE(SMB2_ALL_INFORMATION, all_info2, delete_pending, 0);
delete_pending    205 source4/torture/smb2/util.c 	d_printf("\tdelete_pending: %u\n", io.all_info2.out.delete_pending);
delete_pending    327 source4/torture/util_smb.c 	d_printf("\tdelete_pending: %u\n", finfo->all_info.out.delete_pending);