FLAG_TRANS2_FIND_CLOSE 1919 source3/smbd/trans2.c 	close_after_first = (findfirst_flags & FLAG_TRANS2_FIND_CLOSE);
FLAG_TRANS2_FIND_CLOSE 2261 source3/smbd/trans2.c 	close_after_request = (findnext_flags & FLAG_TRANS2_FIND_CLOSE);
FLAG_TRANS2_FIND_CLOSE  891 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  985 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  546 source4/ntvfs/posix/pvfs_search.c 	if ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  614 source4/ntvfs/posix/pvfs_search.c 	if ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  888 source4/ntvfs/simple/vfs_simple.c 	if ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  982 source4/ntvfs/simple/vfs_simple.c 	if ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE) ||
FLAG_TRANS2_FIND_CLOSE  217 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 4, FLAG_TRANS2_FIND_CLOSE);
FLAG_TRANS2_FIND_CLOSE  927 source4/torture/nbench/nbio.c 	io.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE;
FLAG_TRANS2_FIND_CLOSE   49 source4/torture/raw/chkpath.c 	io.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE;
FLAG_TRANS2_FIND_CLOSE   74 source4/torture/raw/search.c 		io.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE;
FLAG_TRANS2_FIND_CLOSE  242 source4/torture/unix/unix_info2.c 	search.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE;