SMB_VFS_LSEEK     148 source3/modules/vfs_cacheprime.c         offset = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SMB_VFS_LSEEK     151 source3/modules/vfs_cacheprime.c                 SMB_VFS_LSEEK(fsp, offset, SEEK_SET);
SMB_VFS_LSEEK     343 source3/modules/vfs_default.c 	curr = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SMB_VFS_LSEEK     351 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, offset, SEEK_SET) == -1) {
SMB_VFS_LSEEK     359 source3/modules/vfs_default.c 	SMB_VFS_LSEEK(fsp, curr, SEEK_SET);
SMB_VFS_LSEEK     396 source3/modules/vfs_default.c 	curr = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SMB_VFS_LSEEK     401 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, offset, SEEK_SET) == -1) {
SMB_VFS_LSEEK     408 source3/modules/vfs_default.c 	SMB_VFS_LSEEK(fsp, curr, SEEK_SET);
SMB_VFS_LSEEK     819 source3/modules/vfs_default.c 	SMB_OFF_T currpos = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SMB_VFS_LSEEK     858 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, st.st_size, SEEK_SET) != st.st_size)
SMB_VFS_LSEEK     876 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, currpos, SEEK_SET) != currpos)
SMB_VFS_LSEEK     910 source3/modules/vfs_default.c 	currpos = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SMB_VFS_LSEEK     940 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, len-1, SEEK_SET) != len -1)
SMB_VFS_LSEEK     947 source3/modules/vfs_default.c 	if (SMB_VFS_LSEEK(fsp, currpos, SEEK_SET) != currpos)
SMB_VFS_LSEEK    1064 source3/printing/nt_printing.c 	if (SMB_VFS_LSEEK(fsp, SVAL(buf,DOS_HEADER_LFANEW_OFFSET), SEEK_SET) == (SMB_OFF_T)-1) {
SMB_VFS_LSEEK    1085 source3/printing/nt_printing.c 		if (SMB_VFS_LSEEK(fsp,
SMB_VFS_LSEEK    1131 source3/printing/nt_printing.c 				if (SMB_VFS_LSEEK(fsp, section_pos, SEEK_SET) == (SMB_OFF_T)-1) {
SMB_VFS_LSEEK    1227 source3/printing/nt_printing.c 					int skip = -(SMB_VFS_LSEEK(fsp, 0, SEEK_CUR) - (byte_count - i) +
SMB_VFS_LSEEK    4340 source3/smbd/reply.c 		if((res = SMB_VFS_LSEEK(fsp,startpos,umode)) == -1) {
SMB_VFS_LSEEK    4354 source3/smbd/reply.c 					res = SMB_VFS_LSEEK(fsp,0,SEEK_SET);
SMB_VFS_LSEEK    6393 source3/smbd/reply.c 		if(SMB_VFS_LSEEK(fsp2,0,SEEK_END) == -1) {
SMB_VFS_LSEEK     485 source3/torture/cmd_vfs.c 	pos = SMB_VFS_LSEEK(vfs->files[fd], offset, whence);